Z_LVAL_PP         372 Zend/zend_API.c 						*p = Z_LVAL_PP(arg);
Z_LVAL_PP         404 Zend/zend_exceptions.c 			if (Z_LVAL_PP(arg)) {
Z_LVAL_PP         414 Zend/zend_exceptions.c 			long lval = Z_LVAL_PP(arg);
Z_LVAL_PP         489 Zend/zend_exceptions.c 					line = Z_LVAL_PP(tmp);
Z_LVAL_PP         556 Zend/zend_execute.c 		|| (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0)
Z_LVAL_PP         399 ext/bz2/bz2_filter.c 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter given for number of blocks to allocate. (%ld)", Z_LVAL_PP(tmpzval));
Z_LVAL_PP         112 ext/com_dotnet/com_com.c 			ctx = (CLSCTX)Z_LVAL_PP(tmp);
Z_LVAL_PP         189 ext/com_dotnet/com_wrapper.c 			rgDispId[i] = Z_LVAL_PP(tmp);
Z_LVAL_PP         234 ext/com_dotnet/com_wrapper.c 		*pid = Z_LVAL_PP(tmp);
Z_LVAL_PP        2226 ext/curl/interface.c 				(PG(open_basedir) && *PG(open_basedir)) && (Z_LVAL_PP(zvalue) & CURLPROTO_FILE)) {
Z_LVAL_PP        2232 ext/curl/interface.c 			error = curl_easy_setopt(ch->cp, option, Z_LVAL_PP(zvalue));
Z_LVAL_PP        2236 ext/curl/interface.c 			ch->safe_upload = (Z_LVAL_PP(zvalue) != 0);
Z_LVAL_PP        2401 ext/curl/interface.c 					ch->handlers->read->fd = Z_LVAL_PP(zvalue);
Z_LVAL_PP        2508 ext/curl/interface.c 				if (Z_LVAL_PP(zvalue) != 0) {
Z_LVAL_PP        2514 ext/curl/interface.c 			error = curl_easy_setopt(ch->cp, option, Z_LVAL_PP(zvalue));
Z_LVAL_PP        2710 ext/curl/interface.c 			if (Z_LVAL_PP(zvalue)) {
Z_LVAL_PP        2731 ext/curl/interface.c 			error = curl_easy_setopt(ch->cp, option, (curl_off_t)Z_LVAL_PP(zvalue));
Z_LVAL_PP        2738 ext/curl/interface.c 			error = curl_easy_setopt(ch->cp, CURLOPT_POSTREDIR, Z_LVAL_PP(zvalue) & CURL_REDIR_POST_ALL);
Z_LVAL_PP        2800 ext/curl/interface.c 			if (Z_LVAL_PP(zvalue) == 1) {
Z_LVAL_PP         124 ext/curl/multi.c 			Z_LVAL_P( z1 ) == Z_LVAL_PP( z2 ) );
Z_LVAL_PP         392 ext/curl/multi.c 			error = curl_multi_setopt(mh->multi, option, Z_LVAL_PP(zvalue));
Z_LVAL_PP          77 ext/curl/share.c 			error = curl_share_setopt(sh->share, option, Z_LVAL_PP(zvalue));
Z_LVAL_PP        2767 ext/date/php_date.c 				switch (Z_LVAL_PP(z_timezone_type)) {
Z_LVAL_PP        3694 ext/date/php_date.c 			switch (Z_LVAL_PP(z_timezone_type)) {
Z_LVAL_PP        4159 ext/date/php_date.c 			(*intobj)->diff->member = (itype)Z_LVAL_PP(z_arg); \
Z_LVAL_PP        4931 ext/date/php_date.c 			Z_TYPE_PP(ht_entry) == IS_LONG && Z_LVAL_PP(ht_entry) >= 0 && Z_LVAL_PP(ht_entry) <= INT_MAX) {
Z_LVAL_PP        4932 ext/date/php_date.c 		period_obj->recurrences = Z_LVAL_PP(ht_entry);
Z_LVAL_PP          55 ext/dba/dba_db1.c 		filemode = Z_LVAL_PP(info->argv[0]);
Z_LVAL_PP          76 ext/dba/dba_db2.c 		filemode = Z_LVAL_PP(info->argv[0]);
Z_LVAL_PP          85 ext/dba/dba_db3.c 		filemode = Z_LVAL_PP(info->argv[0]);
Z_LVAL_PP         122 ext/dba/dba_db4.c 		filemode = Z_LVAL_PP(info->argv[0]);
Z_LVAL_PP          64 ext/dba/dba_dbm.c 		filemode = Z_LVAL_PP(info->argv[0]);
Z_LVAL_PP          58 ext/dba/dba_gdbm.c 		filemode = Z_LVAL_PP(info->argv[0]);
Z_LVAL_PP          63 ext/dba/dba_ndbm.c 		filemode = Z_LVAL_PP(info->argv[0]);
Z_LVAL_PP         573 ext/ereg/ereg.c 		pattern[0] = (char) Z_LVAL_PP(arg_pattern);
Z_LVAL_PP         586 ext/ereg/ereg.c 		replace[0] = (char) Z_LVAL_PP(arg_replace);
Z_LVAL_PP         396 ext/filter/filter.c 		(!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_PP(value) == IS_BOOL && Z_LVAL_PP(value) == 0)) &&
Z_LVAL_PP         696 ext/filter/filter.c 		php_filter_call(&return_value, Z_LVAL_PP(op), NULL, 0, FILTER_REQUIRE_ARRAY TSRMLS_CC);
Z_LVAL_PP         761 ext/filter/filter.c 				filter_flags = Z_LVAL_PP(filter_args);
Z_LVAL_PP         830 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
Z_LVAL_PP         842 ext/filter/filter.c 				filter_flags = Z_LVAL_PP(op);
Z_LVAL_PP         878 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
Z_LVAL_PP         127 ext/filter/filter_private.h 		opt = Z_LVAL_PP(zv);                                                                        \
Z_LVAL_PP        1543 ext/gd/gd.c    		stylearr[index++] = Z_LVAL_PP(item);
Z_LVAL_PP        3351 ext/gd/gd.c    			points[i].x = Z_LVAL_PP(var);
Z_LVAL_PP        3356 ext/gd/gd.c    			points[i].y = Z_LVAL_PP(var);
Z_LVAL_PP        4957 ext/gd/gd.c    		rect.x = Z_LVAL_PP(tmp);
Z_LVAL_PP        4964 ext/gd/gd.c    		rect.y = Z_LVAL_PP(tmp);
Z_LVAL_PP        4971 ext/gd/gd.c    		rect.width = Z_LVAL_PP(tmp);
Z_LVAL_PP        4978 ext/gd/gd.c    		rect.height = Z_LVAL_PP(tmp);
Z_LVAL_PP        5121 ext/gd/gd.c    					affine[i]  = Z_LVAL_PP(zval_affine_elem);
Z_LVAL_PP        5140 ext/gd/gd.c    			rect.x = Z_LVAL_PP(tmp);
Z_LVAL_PP        5148 ext/gd/gd.c    			rect.y = Z_LVAL_PP(tmp);
Z_LVAL_PP        5156 ext/gd/gd.c    			rect.width = Z_LVAL_PP(tmp);
Z_LVAL_PP        5164 ext/gd/gd.c    			rect.height = Z_LVAL_PP(tmp);
Z_LVAL_PP        5297 ext/gd/gd.c    					m1[i]  = Z_LVAL_PP(tmp);
Z_LVAL_PP        5314 ext/gd/gd.c    					m2[i]  = Z_LVAL_PP(tmp);
Z_LVAL_PP         444 ext/gmp/gmp.c  			mpz_init_set_si(**gmpnumber, Z_LVAL_PP(val));
Z_LVAL_PP         520 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
Z_LVAL_PP         529 ext/gmp/gmp.c  			b_is_zero = (Z_LVAL_PP(b_arg) == 0);
Z_LVAL_PP         546 ext/gmp/gmp.c  			long_result = gmp_ui_op(*gmpnum_result, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg));
Z_LVAL_PP         551 ext/gmp/gmp.c  			gmp_ui_op(*gmpnum_result, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg));
Z_LVAL_PP         583 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
Z_LVAL_PP         593 ext/gmp/gmp.c  			b_is_zero = (Z_LVAL_PP(b_arg) == 0);
Z_LVAL_PP         611 ext/gmp/gmp.c  			long_result = gmp_ui_op(*gmpnum_result1, *gmpnum_result2, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg));
Z_LVAL_PP         613 ext/gmp/gmp.c  			gmp_ui_op(*gmpnum_result1, *gmpnum_result2, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg));
Z_LVAL_PP         677 ext/gmp/gmp.c  	gmp_op(*gmpnum_result, Z_LVAL_PP(a_arg));
Z_LVAL_PP         794 ext/gmp/gmp.c  		RETVAL_LONG(Z_LVAL_PP(gmpnumber_arg));
Z_LVAL_PP        1019 ext/gmp/gmp.c  		if (Z_LVAL_PP(a_arg) < 0) {
Z_LVAL_PP        1043 ext/gmp/gmp.c  	if (Z_TYPE_PP(base_arg) == IS_LONG && Z_LVAL_PP(base_arg) >= 0) {
Z_LVAL_PP        1056 ext/gmp/gmp.c  		mpz_ui_pow_ui(*gmpnum_result, Z_LVAL_PP(base_arg), exp);
Z_LVAL_PP        1080 ext/gmp/gmp.c  	if (Z_TYPE_PP(exp_arg) == IS_LONG && Z_LVAL_PP(exp_arg) >= 0) {
Z_LVAL_PP        1102 ext/gmp/gmp.c  		mpz_powm_ui(*gmpnum_result, *gmpnum_base, (unsigned long)Z_LVAL_PP(exp_arg), *gmpnum_mod);
Z_LVAL_PP        1333 ext/gmp/gmp.c  		res = mpz_cmp_si(*gmpnum_a, Z_LVAL_PP(b_arg));
Z_LVAL_PP         810 ext/hash/hash.c 	algorithm = Z_LVAL_PP(z_algorithm);
Z_LVAL_PP        3568 ext/imap/php_imap.c 			bod->type = (short) Z_LVAL_PP(pvalue);
Z_LVAL_PP        3572 ext/imap/php_imap.c 			bod->encoding = (short) Z_LVAL_PP(pvalue);
Z_LVAL_PP        3645 ext/imap/php_imap.c 			bod->size.lines = Z_LVAL_PP(pvalue);
Z_LVAL_PP        3649 ext/imap/php_imap.c 			bod->size.bytes = Z_LVAL_PP(pvalue);
Z_LVAL_PP        3664 ext/imap/php_imap.c 				type = (short) Z_LVAL_PP(pvalue);
Z_LVAL_PP        3684 ext/imap/php_imap.c 				bod->encoding = (short) Z_LVAL_PP(pvalue);
Z_LVAL_PP        3758 ext/imap/php_imap.c 				bod->size.lines = Z_LVAL_PP(pvalue);
Z_LVAL_PP        3762 ext/imap/php_imap.c 				bod->size.bytes = Z_LVAL_PP(pvalue);
Z_LVAL_PP         340 ext/interbase/ibase_blobs.c 	if (_php_ibase_blob_get(return_value, ib_blob, Z_LVAL_PP(len_arg) TSRMLS_CC) != SUCCESS) {
Z_LVAL_PP         378 ext/interbase/ibase_blobs.c 	zend_list_delete(Z_LVAL_PP(blob_arg));
Z_LVAL_PP         307 ext/interbase/ibase_events.c 		link_res_id = Z_LVAL_PP(args[0]);
Z_LVAL_PP         560 ext/interbase/interbase.c 	if (zend_list_find(Z_LVAL_PP(link_id), &type)) {
Z_LVAL_PP        1187 ext/interbase/interbase.c 				trans_argl = Z_LVAL_PP(args[i]);
Z_LVAL_PP         435 ext/intl/calendar/calendar_methods.cpp 		if (Z_LVAL_PP(args[i]) < INT32_MIN || Z_LVAL_PP(args[i]) > INT32_MAX) {
Z_LVAL_PP          81 ext/intl/dateformat/dateformat_format.c 			if (Z_LVAL_PP(ele_value) > INT32_MAX ||
Z_LVAL_PP          82 ext/intl/dateformat/dateformat_format.c 					Z_LVAL_PP(ele_value) < INT32_MIN) {
Z_LVAL_PP          85 ext/intl/dateformat/dateformat_format.c 						Z_LVAL_PP(ele_value), key_name);
Z_LVAL_PP          89 ext/intl/dateformat/dateformat_format.c 				result = Z_LVAL_PP(ele_value);
Z_LVAL_PP          50 ext/intl/dateformat/dateformat_format_object.cpp 		long lval = Z_LVAL_PP(z);
Z_LVAL_PP         106 ext/intl/dateformat/dateformat_format_object.cpp 		dateStyle = (DateFormat::EStyle)Z_LVAL_PP(z);
Z_LVAL_PP         116 ext/intl/dateformat/dateformat_format_object.cpp 		timeStyle = (DateFormat::EStyle)Z_LVAL_PP(z);
Z_LVAL_PP         124 ext/intl/dateformat/dateformat_format_object.cpp 		dateStyle = timeStyle = (DateFormat::EStyle)Z_LVAL_PP(format);
Z_LVAL_PP         186 ext/intl/formatter/formatter_attr.c 			unum_setAttribute(FORMATTER_OBJECT(nfo), attribute, Z_LVAL_PP(value));
Z_LVAL_PP          78 ext/intl/formatter/formatter_format.c 			formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), 
Z_LVAL_PP          83 ext/intl/formatter/formatter_format.c 				formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), 
Z_LVAL_PP          94 ext/intl/formatter/formatter_format.c 			int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number);
Z_LVAL_PP         480 ext/intl/msgformat/msgformat_helpers.cpp 						d = (double)Z_LVAL_PP(elem);
Z_LVAL_PP         486 ext/intl/msgformat/msgformat_helpers.cpp 							: (double)Z_LVAL_PP(elem);
Z_LVAL_PP         505 ext/intl/msgformat/msgformat_helpers.cpp 						if (Z_LVAL_PP(elem) > INT32_MAX ||
Z_LVAL_PP         506 ext/intl/msgformat/msgformat_helpers.cpp 								Z_LVAL_PP(elem) < INT32_MIN) {
Z_LVAL_PP         511 ext/intl/msgformat/msgformat_helpers.cpp 							tInt32 = (int32_t)Z_LVAL_PP(elem);
Z_LVAL_PP         536 ext/intl/msgformat/msgformat_helpers.cpp 						tInt64 = (int64_t)Z_LVAL_PP(elem);
Z_LVAL_PP         582 ext/intl/msgformat/msgformat_helpers.cpp 				formattable.setInt64((int64_t)Z_LVAL_PP(elem));
Z_LVAL_PP         164 ext/intl/timezone/timezone_methods.cpp 		if (Z_LVAL_PP(arg) < (long)INT32_MIN ||
Z_LVAL_PP         165 ext/intl/timezone/timezone_methods.cpp 				Z_LVAL_PP(arg) > (long)INT32_MAX) {
Z_LVAL_PP         170 ext/intl/timezone/timezone_methods.cpp 			se = TimeZone::createEnumeration((int32_t) Z_LVAL_PP(arg));
Z_LVAL_PP         191 ext/intl/timezone/timezone_methods.cpp 			Z_LVAL_PP(arg) = lval;
Z_LVAL_PP        1688 ext/ldap/ldap.c 			val = Z_LVAL_PP(newval);
Z_LVAL_PP        1699 ext/ldap/ldap.c 			timeout.tv_sec = Z_LVAL_PP(newval);
Z_LVAL_PP        1711 ext/ldap/ldap.c 			timeout = 1000 * Z_LVAL_PP(newval); /* Convert to milliseconds */
Z_LVAL_PP        1747 ext/ldap/ldap.c 			val = Z_LVAL_PP(newval)
Z_LVAL_PP        1980 ext/mbstring/mbstring.c 				if (Z_LVAL_PP(arg1) < 0xffff && Z_LVAL_PP(arg1) > 0x0) {
Z_LVAL_PP        1982 ext/mbstring/mbstring.c 					MBSTRG(current_filter_illegal_substchar) = Z_LVAL_PP(arg1);
Z_LVAL_PP        1991 ext/mbstring/mbstring.c 			if (Z_LVAL_PP(arg1) < 0xffff && Z_LVAL_PP(arg1) > 0x0) {
Z_LVAL_PP        1993 ext/mbstring/mbstring.c 				MBSTRG(current_filter_illegal_substchar) = Z_LVAL_PP(arg1);
Z_LVAL_PP        2339 ext/mbstring/mbstring.c 				offset   = Z_LVAL_PP(zoffset);
Z_LVAL_PP        2346 ext/mbstring/mbstring.c 			offset = Z_LVAL_PP(zoffset);
Z_LVAL_PP        2744 ext/mbstring/mbstring.c 		len = Z_LVAL_PP(z_len);
Z_LVAL_PP        2818 ext/mbstring/mbstring.c 		len = Z_LVAL_PP(z_len);
Z_LVAL_PP        3761 ext/mbstring/mbstring.c 				*mapelm++ = Z_LVAL_PP(hash_entry);
Z_LVAL_PP         863 ext/mbstring/php_mbregex.c 		pat_buf[0] = (char)Z_LVAL_PP(arg_pattern_zval);	
Z_LVAL_PP         325 ext/mcrypt/mcrypt.c 	bsize = mcrypt_get_block_size(Z_LVAL_PP(cipher)); 		\
Z_LVAL_PP         345 ext/mcrypt/mcrypt.c 	if (Z_LVAL_PP(mode) == 0) { 								\
Z_LVAL_PP        1319 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "ecb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_value TSRMLS_CC);
Z_LVAL_PP        1335 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "cbc", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_value TSRMLS_CC);
Z_LVAL_PP        1351 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "cfb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_value TSRMLS_CC);
Z_LVAL_PP        1367 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "ofb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_value TSRMLS_CC);
Z_LVAL_PP        1881 ext/mssql/php_mssql.c 			field_offset = Z_LVAL_PP(field);
Z_LVAL_PP        2071 ext/mssql/php_mssql.c 				value=(LPBYTE)(&Z_LVAL_PP(var));
Z_LVAL_PP         115 ext/mysqli/mysqli_api.c 				bind[ofs].buffer = &Z_LVAL_PP(args[i]);
Z_LVAL_PP        1773 ext/mysqli/mysqli_api.c 			l_value = Z_LVAL_PP(mysql_value);
Z_LVAL_PP         155 ext/mysqli/mysqli_warning.c 		errno = Z_LVAL_PP(entry);
Z_LVAL_PP          92 ext/mysqlnd/mysqlnd_bt.c 			if (Z_LVAL_PP(arg)) {
Z_LVAL_PP         102 ext/mysqlnd/mysqlnd_bt.c 			long lval = Z_LVAL_PP(arg);
Z_LVAL_PP         175 ext/mysqlnd/mysqlnd_bt.c 			line = Z_LVAL_PP(tmp);
Z_LVAL_PP        1734 ext/mysqlnd/mysqlnd_wireprotocol.c 					bit_area += 1 + sprintf((char *)start, "%ld", Z_LVAL_PP(current_field));
Z_LVAL_PP        1600 ext/oci8/oci8_statement.c 			((ub4 *)bind->array.elements)[i] = (ub4) Z_LVAL_PP(entry);
Z_LVAL_PP         444 ext/odbc/birdstep.c 		birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         450 ext/odbc/birdstep.c 		birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         482 ext/odbc/birdstep.c 		indx = Z_LVAL_PP(col);
Z_LVAL_PP         505 ext/odbc/birdstep.c 			birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         511 ext/odbc/birdstep.c 			birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         530 ext/odbc/birdstep.c 				birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         536 ext/odbc/birdstep.c 				birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP        2035 ext/odbc/php_odbc.c 		field_ind = Z_LVAL_PP(pv_field) - 1;
Z_LVAL_PP         788 ext/openssl/openssl.c 		varname = Z_LVAL_PP(item); \
Z_LVAL_PP         847 ext/openssl/openssl.c 		long cipher_algo = Z_LVAL_PP(item);
Z_LVAL_PP        1239 ext/openssl/openssl.c 			*resourceval = Z_LVAL_PP(val);
Z_LVAL_PP        2354 ext/openssl/openssl.c 				*resourceval = Z_LVAL_PP(val);
Z_LVAL_PP        2813 ext/openssl/openssl.c 			*resourceval = Z_LVAL_PP(val);
Z_LVAL_PP        4533 ext/openssl/openssl.c 		if (depth > Z_LVAL_PP(val)) {
Z_LVAL_PP        4667 ext/openssl/openssl.c 			SSL_CTX_set_verify_depth(ctx, Z_LVAL_PP(val));
Z_LVAL_PP         941 ext/pcntl/pcntl.c 		signo = Z_LVAL_PP(user_signo);
Z_LVAL_PP        1010 ext/pcntl/pcntl.c 		signo = Z_LVAL_PP(user_signo);
Z_LVAL_PP         137 ext/pdo/pdo_dbh.c 				native_code = Z_LVAL_PP(item);
Z_LVAL_PP         293 ext/pdo/pdo_dbh.c 				is_persistent = Z_LVAL_PP(v) ? 1 : 0;
Z_LVAL_PP         763 ext/pdo/pdo_dbh.c 					if (Z_LVAL_PP(tmp) == PDO_FETCH_INTO || Z_LVAL_PP(tmp) == PDO_FETCH_CLASS) {
Z_LVAL_PP        1912 ext/pdo/pdo_stmt.c 			mode = Z_LVAL_PP(args[skip]);
Z_LVAL_PP        1949 ext/pdo/pdo_stmt.c 				stmt->fetch.column = Z_LVAL_PP(args[skip+1]);
Z_LVAL_PP         201 ext/pdo/php_pdo_driver.h 		return Z_LVAL_PP(v);
Z_LVAL_PP        1194 ext/pgsql/pgsql.c 			if (Z_LVAL_PP(args[1]) == PGSQL_CONNECT_FORCE_NEW) {
Z_LVAL_PP        1196 ext/pgsql/pgsql.c 			} else if (Z_LVAL_PP(args[1]) & PGSQL_CONNECT_FORCE_NEW) {
Z_LVAL_PP        1197 ext/pgsql/pgsql.c 				smart_str_append_long(&str, Z_LVAL_PP(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);
Z_LVAL_PP        1212 ext/pgsql/pgsql.c 		connect_type = Z_LVAL_PP(args[1]);
Z_LVAL_PP        2496 ext/pgsql/pgsql.c 			field_offset = Z_LVAL_PP(field);
Z_LVAL_PP        2864 ext/pgsql/pgsql.c 			field_offset = Z_LVAL_PP(field);
Z_LVAL_PP        5525 ext/pgsql/pgsql.c 						if (Z_LVAL_PP(val)) {
Z_LVAL_PP        5572 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        5609 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        5658 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        5706 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        5958 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        6231 ext/pgsql/pgsql.c 				smart_str_append_long(&querystr, Z_LVAL_PP(val));
Z_LVAL_PP        6340 ext/pgsql/pgsql.c 				smart_str_append_long(querystr, Z_LVAL_PP(val));
Z_LVAL_PP         842 ext/phar/phar_object.c 						if (Z_LVAL_PP(val) == PHAR_MIME_PHP || Z_LVAL_PP(val) == PHAR_MIME_PHPS) {
Z_LVAL_PP         844 ext/phar/phar_object.c 							code = Z_LVAL_PP(val);
Z_LVAL_PP         217 ext/phar/stream.c 				&& (Z_LVAL_PP(pzoption) & ~PHAR_ENT_COMPRESSION_MASK) == 0
Z_LVAL_PP         220 ext/phar/stream.c 				idata->internal_file->flags |= Z_LVAL_PP(pzoption);
Z_LVAL_PP         742 ext/posix/posix.c 			fd = Z_LVAL_PP(z_fd);
Z_LVAL_PP         786 ext/posix/posix.c 			fd = Z_LVAL_PP(z_fd);
Z_LVAL_PP         286 ext/readline/readline.c 				rl_done = Z_LVAL_PP(value);
Z_LVAL_PP         306 ext/readline/readline.c 				rl_erase_empty_line = Z_LVAL_PP(value);
Z_LVAL_PP         324 ext/readline/readline.c 				rl_attempted_completion_over = Z_LVAL_PP(value);
Z_LVAL_PP        2247 ext/reflection/php_reflection.c 		position= Z_LVAL_PP(parameter);
Z_LVAL_PP        2500 ext/session/session.c 	return Z_TYPE_PP(cancel_upload) == IS_BOOL && Z_LVAL_PP(cancel_upload);
Z_LVAL_PP        3646 ext/soap/php_encoding.c 			cur_type = Z_LVAL_PP(ztype);
Z_LVAL_PP         177 ext/soap/php_http.c 		port = Z_LVAL_PP(proxy_port);
Z_LVAL_PP         184 ext/soap/php_http.c 	    Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) {
Z_LVAL_PP         185 ext/soap/php_http.c 	  tv.tv_sec = Z_LVAL_PP(tmp);
Z_LVAL_PP         198 ext/soap/php_http.c 			switch (Z_LVAL_PP(tmp)) {
Z_LVAL_PP         280 ext/soap/php_http.c 				switch (Z_LVAL_PP(tmp)) {
Z_LVAL_PP         370 ext/soap/php_http.c 		int level = Z_LVAL_PP(tmp) & 0x0f;
Z_LVAL_PP         371 ext/soap/php_http.c 		int kind  = Z_LVAL_PP(tmp) & SOAP_COMPRESSION_DEFLATE;
Z_LVAL_PP         375 ext/soap/php_http.c 	  if ((Z_LVAL_PP(tmp) & SOAP_COMPRESSION_ACCEPT) != 0) {
Z_LVAL_PP         418 ext/soap/php_http.c 			use_proxy = Z_LVAL_PP(tmp);
Z_LVAL_PP         437 ext/soap/php_http.c 				redirect_max = Z_LVAL_PP(tmp);
Z_LVAL_PP         574 ext/soap/php_http.c 			 Z_LVAL_PP(tmp) == 0)) {
Z_LVAL_PP         646 ext/soap/php_http.c 						Z_LVAL_PP(tmp)++;
Z_LVAL_PP         647 ext/soap/php_http.c 						snprintf(nc, sizeof(nc), "%08ld", Z_LVAL_PP(tmp));
Z_LVAL_PP         850 ext/soap/php_http.c 		    Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP         895 ext/soap/php_http.c 		    Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP        1131 ext/soap/soap.c 			    (Z_LVAL_PP(tmp) == SOAP_1_1 || Z_LVAL_PP(tmp) == SOAP_1_2)) {
Z_LVAL_PP        1132 ext/soap/soap.c 				version = Z_LVAL_PP(tmp);
Z_LVAL_PP        1179 ext/soap/soap.c 			service->features = Z_LVAL_PP(tmp);
Z_LVAL_PP        1184 ext/soap/soap.c 			cache_wsdl = Z_LVAL_PP(tmp);
Z_LVAL_PP        1189 ext/soap/soap.c 			service->send_errors = Z_LVAL_PP(tmp);
Z_LVAL_PP        2141 ext/soap/soap.c 		     Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0) {
Z_LVAL_PP        2356 ext/soap/soap.c 					(Z_LVAL_PP(tmp) == SOAP_RPC || Z_LVAL_PP(tmp) == SOAP_DOCUMENT)) {
Z_LVAL_PP        2357 ext/soap/soap.c 				add_property_long(this_ptr, "style", Z_LVAL_PP(tmp));
Z_LVAL_PP        2362 ext/soap/soap.c 					(Z_LVAL_PP(tmp) == SOAP_LITERAL || Z_LVAL_PP(tmp) == SOAP_ENCODED)) {
Z_LVAL_PP        2363 ext/soap/soap.c 				add_property_long(this_ptr, "use", Z_LVAL_PP(tmp));
Z_LVAL_PP        2382 ext/soap/soap.c 			    (Z_LVAL_PP(tmp) == SOAP_1_1 && Z_LVAL_PP(tmp) == SOAP_1_2)) {
Z_LVAL_PP        2383 ext/soap/soap.c 				soap_version = Z_LVAL_PP(tmp);
Z_LVAL_PP        2395 ext/soap/soap.c 			    Z_LVAL_PP(tmp) == SOAP_AUTHENTICATION_DIGEST) {
Z_LVAL_PP        2404 ext/soap/soap.c 				add_property_long(this_ptr, "_proxy_port", Z_LVAL_PP(tmp));
Z_LVAL_PP        2428 ext/soap/soap.c 				Z_LVAL_PP(tmp) == 1) {
Z_LVAL_PP        2434 ext/soap/soap.c 				Z_LVAL_PP(tmp) == 0) {
Z_LVAL_PP        2445 ext/soap/soap.c 			add_property_long(this_ptr, "compression", Z_LVAL_PP(tmp));
Z_LVAL_PP        2478 ext/soap/soap.c 			add_property_long(this_ptr, "_features", Z_LVAL_PP(tmp));
Z_LVAL_PP        2483 ext/soap/soap.c 			if (Z_LVAL_PP(tmp) > 0) {
Z_LVAL_PP        2484 ext/soap/soap.c 				add_property_long(this_ptr, "_connection_timeout", Z_LVAL_PP(tmp));
Z_LVAL_PP        2494 ext/soap/soap.c 			cache_wsdl = Z_LVAL_PP(tmp);
Z_LVAL_PP        2503 ext/soap/soap.c 				(Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && Z_LVAL_PP(tmp) == 0) {
Z_LVAL_PP        2509 ext/soap/soap.c 			add_property_long(this_ptr, "_ssl_method", Z_LVAL_PP(tmp));
Z_LVAL_PP        2563 ext/soap/soap.c 	    Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP        2598 ext/soap/soap.c 	    Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP        2643 ext/soap/soap.c 		&& Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP        2648 ext/soap/soap.c 		&& Z_LVAL_PP(tmp) == SOAP_1_2) {
Z_LVAL_PP        2692 ext/soap/soap.c 		SOAP_GLOBAL(features) = Z_LVAL_PP(tmp);
Z_LVAL_PP        2800 ext/soap/soap.c 			   Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0)) {
Z_LVAL_PP        3687 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_BOOL && Z_LVAL_PP(tmp)) {
Z_LVAL_PP        3703 ext/soap/soap.c 				if (Z_LVAL_PP(tmp) == SOAP_ACTOR_NEXT) {
Z_LVAL_PP        3707 ext/soap/soap.c 				if (Z_LVAL_PP(tmp) == SOAP_ACTOR_NEXT) {
Z_LVAL_PP        3709 ext/soap/soap.c 				} else if (Z_LVAL_PP(tmp) == SOAP_ACTOR_NONE) {
Z_LVAL_PP        3711 ext/soap/soap.c 				} else if (Z_LVAL_PP(tmp) == SOAP_ACTOR_UNLIMATERECEIVER) {
Z_LVAL_PP        4238 ext/soap/soap.c 			style = Z_LVAL_PP(zstyle);
Z_LVAL_PP        4260 ext/soap/soap.c 			  Z_LVAL_PP(zuse) == SOAP_LITERAL) {
Z_LVAL_PP         289 ext/sockets/multicast.c 		if (Z_LVAL_PP(arg4) < 0L || Z_LVAL_PP(arg4) > 255L) {
Z_LVAL_PP         295 ext/sockets/multicast.c 		ipv4_mcast_ttl_lback = (unsigned char) Z_LVAL_PP(arg4);
Z_LVAL_PP         353 ext/sockets/multicast.c 		if (Z_LVAL_PP(arg4) < -1L || Z_LVAL_PP(arg4) > 255L) {
Z_LVAL_PP         359 ext/sockets/multicast.c 		ov = (int) Z_LVAL_PP(arg4);
Z_LVAL_PP        2012 ext/sockets/sockets.c 			lv.l_onoff = (unsigned short)Z_LVAL_PP(l_onoff);
Z_LVAL_PP        2013 ext/sockets/sockets.c 			lv.l_linger = (unsigned short)Z_LVAL_PP(l_linger);
Z_LVAL_PP        2040 ext/sockets/sockets.c 			tv.tv_sec = Z_LVAL_PP(sec);
Z_LVAL_PP        2041 ext/sockets/sockets.c 			tv.tv_usec = Z_LVAL_PP(usec);
Z_LVAL_PP        2045 ext/sockets/sockets.c 			timeout = Z_LVAL_PP(sec) * 1000 + Z_LVAL_PP(usec) / 1000;
Z_LVAL_PP        2067 ext/sockets/sockets.c 			ov = Z_LVAL_PP(arg4);
Z_LVAL_PP        1563 ext/standard/array.c 			zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &val, sizeof(zval *), NULL);
Z_LVAL_PP        2154 ext/standard/array.c 		length = Z_LVAL_PP(z_length);
Z_LVAL_PP        2512 ext/standard/array.c 			if (zend_hash_index_find(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), (void **)&tmp) == FAILURE) {
Z_LVAL_PP        2516 ext/standard/array.c 				zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL);
Z_LVAL_PP        2518 ext/standard/array.c 				Z_LVAL_PP(tmp)++;
Z_LVAL_PP        2527 ext/standard/array.c 				Z_LVAL_PP(tmp)++;
Z_LVAL_PP        2603 ext/standard/array.c 		    (zend_hash_index_find(ht, Z_LVAL_PP(zcolumn), (void**)&zcolval) == FAILURE)) {
Z_LVAL_PP        2613 ext/standard/array.c 			zend_hash_index_find(ht, Z_LVAL_PP(zkey), (void**)&zkeyval);
Z_LVAL_PP        2620 ext/standard/array.c 			add_index_zval(return_value, Z_LVAL_PP(zkeyval), *zcolval);
Z_LVAL_PP        2764 ext/standard/array.c 			zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL);
Z_LVAL_PP        3869 ext/standard/array.c 			switch (Z_LVAL_PP(args[i]) & ~PHP_SORT_FLAG_CASE) {
Z_LVAL_PP        3875 ext/standard/array.c 						sort_order = Z_LVAL_PP(args[i]) == PHP_SORT_DESC ? -1 : 1;
Z_LVAL_PP        3893 ext/standard/array.c 						sort_type = Z_LVAL_PP(args[i]);
Z_LVAL_PP        4545 ext/standard/array.c 			add_index_zval(return_value, Z_LVAL_PP(entry_keys), *entry_values);
Z_LVAL_PP         190 ext/standard/assert.c 		val = Z_LVAL_PP(assertion);
Z_LVAL_PP        2003 ext/standard/file.c 			len = Z_LVAL_PP(len_zv);
Z_LVAL_PP         499 ext/standard/ftp_fopen_wrapper.c 			allow_overwrite = Z_LVAL_PP(tmpzval);
Z_LVAL_PP         531 ext/standard/ftp_fopen_wrapper.c 			Z_LVAL_PP(tmpzval) > 0) {
Z_LVAL_PP         532 ext/standard/ftp_fopen_wrapper.c 			php_stream_printf(stream TSRMLS_CC, "REST %ld\r\n", Z_LVAL_PP(tmpzval));
Z_LVAL_PP         535 ext/standard/ftp_fopen_wrapper.c 				php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Unable to resume from offset %ld", Z_LVAL_PP(tmpzval));
Z_LVAL_PP         181 ext/standard/http.c 					ekey_len = spprintf(&ekey, 0, "%ld", Z_LVAL_PP(zdata));
Z_LVAL_PP         344 ext/standard/http_fopen_wrapper.c 		redirect_max = Z_LVAL_PP(tmpzval);
Z_LVAL_PP         738 ext/standard/http_fopen_wrapper.c 					follow_location = Z_LVAL_PP(tmpzval);
Z_LVAL_PP         760 ext/standard/http_fopen_wrapper.c 						decode = Z_LVAL_PP(tmpzval);
Z_LVAL_PP         289 ext/standard/math.c 		if (Z_LVAL_PP(value) == LONG_MIN) {
Z_LVAL_PP         292 ext/standard/math.c 			RETURN_LONG(Z_LVAL_PP(value) < 0 ? -Z_LVAL_PP(value) : Z_LVAL_PP(value));
Z_LVAL_PP         364 ext/standard/math.c 				RETURN_DOUBLE((double) Z_LVAL_PP(value));
Z_LVAL_PP         369 ext/standard/math.c 			return_val = (Z_TYPE_PP(value) == IS_LONG) ? (double)Z_LVAL_PP(value) : Z_DVAL_PP(value);
Z_LVAL_PP          93 ext/standard/pack.c 	v = (char *) &Z_LVAL_PP(val);
Z_LVAL_PP         254 ext/standard/password.c 						new_cost = Z_LVAL_PP(option_buffer);
Z_LVAL_PP         334 ext/standard/password.c 					cost = Z_LVAL_PP(option_buffer);
Z_LVAL_PP         487 ext/standard/proc_open.c 			    Z_LVAL_PP(item)) {
Z_LVAL_PP         493 ext/standard/proc_open.c 			    Z_LVAL_PP(item)) {
Z_LVAL_PP        1205 ext/standard/scanf.c 		Z_LVAL_PP(return_value) = nconversions;
Z_LVAL_PP        1218 ext/standard/scanf.c 		Z_LVAL_PP(return_value) = SCAN_ERROR_EOF;  /* EOF marker */
Z_LVAL_PP         820 ext/standard/streamsfuncs.c 		if (Z_LVAL_PP(sec) < 0) {
Z_LVAL_PP         830 ext/standard/streamsfuncs.c 			tv.tv_sec = Z_LVAL_PP(sec) + (usec / 1000000);
Z_LVAL_PP         833 ext/standard/streamsfuncs.c 			tv.tv_sec = Z_LVAL_PP(sec);
Z_LVAL_PP        1155 ext/standard/string.c 				str_len = slprintf(stmp, sizeof(stmp), "%ld", Z_LVAL_PP(tmp));
Z_LVAL_PP        1161 ext/standard/string.c 				if (Z_LVAL_PP(tmp) == 1) {
Z_LVAL_PP        2329 ext/standard/string.c 			l = Z_LVAL_PP(len);
Z_LVAL_PP        2357 ext/standard/string.c 			f = Z_LVAL_PP(from);
Z_LVAL_PP        2458 ext/standard/string.c 						f = Z_LVAL_PP(tmp_from);
Z_LVAL_PP        2474 ext/standard/string.c 				f = Z_LVAL_PP(from);
Z_LVAL_PP        2493 ext/standard/string.c 						l = Z_LVAL_PP(tmp_len);
Z_LVAL_PP        2500 ext/standard/string.c 				l = Z_LVAL_PP(len);
Z_LVAL_PP        4343 ext/standard/string.c 		cat = Z_LVAL_PP(pcategory);
Z_LVAL_PP          75 ext/standard/type.c 				const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC);
Z_LVAL_PP         236 ext/standard/type.c 			const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC);
Z_LVAL_PP         101 ext/standard/var.c 		php_printf("%sbool(%s)\n", COMMON, Z_LVAL_PP(struc) ? "true" : "false");
Z_LVAL_PP         107 ext/standard/var.c 		php_printf("%sint(%ld)\n", COMMON, Z_LVAL_PP(struc));
Z_LVAL_PP         159 ext/standard/var.c 		const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC);
Z_LVAL_PP         160 ext/standard/var.c 		php_printf("%sresource(%ld) of type (%s)\n", COMMON, Z_LVAL_PP(struc), type_name ? type_name : "Unknown");
Z_LVAL_PP         256 ext/standard/var.c 		php_printf("%sbool(%s) refcount(%u)\n", COMMON, Z_LVAL_PP(struc)?"true":"false", Z_REFCOUNT_PP(struc));
Z_LVAL_PP         262 ext/standard/var.c 		php_printf("%slong(%ld) refcount(%u)\n", COMMON, Z_LVAL_PP(struc), Z_REFCOUNT_PP(struc));
Z_LVAL_PP         305 ext/standard/var.c 		const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC);
Z_LVAL_PP         306 ext/standard/var.c 		php_printf("%sresource(%ld) of type (%s) refcount(%u)\n", COMMON, Z_LVAL_PP(struc), type_name ? type_name : "Unknown", Z_REFCOUNT_PP(struc));
Z_LVAL_PP         426 ext/standard/var.c 		if (Z_LVAL_PP(struc)) {
Z_LVAL_PP         436 ext/standard/var.c 		smart_str_append_long(buf, Z_LVAL_PP(struc));
Z_LVAL_PP         175 ext/sysvmsg/sysvmsg.c 			stat.msg_perm.uid = Z_LVAL_PP(item);
Z_LVAL_PP         179 ext/sysvmsg/sysvmsg.c 			stat.msg_perm.gid = Z_LVAL_PP(item);
Z_LVAL_PP         183 ext/sysvmsg/sysvmsg.c 			stat.msg_perm.mode = Z_LVAL_PP(item);
Z_LVAL_PP         187 ext/sysvmsg/sysvmsg.c 			stat.msg_qbytes = Z_LVAL_PP(item);
Z_LVAL_PP        1630 ext/xml/xml.c  			parser->case_folding = Z_LVAL_PP(val);
Z_LVAL_PP        1634 ext/xml/xml.c  			parser->toffset = Z_LVAL_PP(val);
Z_LVAL_PP        1638 ext/xml/xml.c  			parser->skipwhite = Z_LVAL_PP(val);
Z_LVAL_PP         360 ext/zip/php_zip.c 			opt = Z_LVAL_PP(option);
Z_LVAL_PP         888 main/streams/userspace.c 		ssb->sb.st_##name2 = Z_LVAL_PP(elem);                                                      \
Z_LVAL_PP         149 sapi/apache_hooks/php_apache.c 	r = (request_rec *)Z_LVAL_PP(addr);