Z_LVAL_PP         355 Zend/zend_API.c 						*p = Z_LVAL_PP(arg);
Z_LVAL_PP         206 Zend/zend_builtin_functions.c 	requested_offset = Z_LVAL_PP(z_requested_offset);
Z_LVAL_PP         320 Zend/zend_builtin_functions.c 	if (Z_LVAL_PP(s3) < 0) {
Z_LVAL_PP         359 Zend/zend_builtin_functions.c 	if (Z_LVAL_PP(s3) < 0) {
Z_LVAL_PP         473 Zend/zend_builtin_functions.c 			if (Z_LVAL_PP(non_cs)) {
Z_LVAL_PP        1117 Zend/zend_builtin_functions.c 			leakbytes = Z_LVAL_PP(leak);
Z_LVAL_PP        1174 Zend/zend_builtin_functions.c 			error_type = Z_LVAL_PP(z_error_type);
Z_LVAL_PP        1540 Zend/zend_builtin_functions.c 	resource_type = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(z_resource_type) TSRMLS_CC);
Z_LVAL_PP         322 Zend/zend_exceptions.c 			if (Z_LVAL_PP(arg)) {
Z_LVAL_PP         332 Zend/zend_exceptions.c 			long lval = Z_LVAL_PP(arg);
Z_LVAL_PP         399 Zend/zend_exceptions.c 			line = Z_LVAL_PP(tmp);
Z_LVAL_PP         437 Zend/zend_execute.c 		|| (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0)
Z_LVAL_PP         232 ext/bcmath/bcmath.c 				scale = (int) ((int)Z_LVAL_PP(scale_param) < 0) ? 0 : Z_LVAL_PP(scale_param);
Z_LVAL_PP         278 ext/bcmath/bcmath.c 				scale = (int) ((int)Z_LVAL_PP(scale_param) < 0) ? 0 : Z_LVAL_PP(scale_param);
Z_LVAL_PP         324 ext/bcmath/bcmath.c 				scale = (int) ((int)Z_LVAL_PP(scale_param) < 0) ? 0 : Z_LVAL_PP(scale_param);
Z_LVAL_PP         370 ext/bcmath/bcmath.c 				scale = (int) ((int)Z_LVAL_PP(scale_param) < 0) ? 0 : Z_LVAL_PP(scale_param);
Z_LVAL_PP         506 ext/bcmath/bcmath.c 				scale = (int) ((int)Z_LVAL_PP(scale_param) < 0) ? 0 : Z_LVAL_PP(scale_param);
Z_LVAL_PP         552 ext/bcmath/bcmath.c 				scale = (int) ((int)Z_LVAL_PP(scale_param) < 0) ? 0 : Z_LVAL_PP(scale_param);
Z_LVAL_PP         595 ext/bcmath/bcmath.c 				scale = (int) ((int)Z_LVAL_PP(scale_param) < 0) ? 0 : Z_LVAL_PP(scale_param);
Z_LVAL_PP         629 ext/bcmath/bcmath.c 	BCG(bc_precision) = (Z_LVAL_PP(new_scale) < 0) ? 0 : Z_LVAL_PP(new_scale);
Z_LVAL_PP         511 ext/bz2/bz2.c  		block_size = Z_LVAL_PP(zblock_size);
Z_LVAL_PP         516 ext/bz2/bz2.c  		work_factor = Z_LVAL_PP(zwork_factor);
Z_LVAL_PP         324 ext/bz2/bz2_filter.c 				smallFootprint = Z_LVAL_PP(tmpzval);
Z_LVAL_PP         343 ext/bz2/bz2_filter.c 					if (Z_LVAL_PP(tmpzval) < 1 || Z_LVAL_PP(tmpzval) > 9) {
Z_LVAL_PP         344 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         346 ext/bz2/bz2_filter.c 						blockSize100k = Z_LVAL_PP(tmpzval);
Z_LVAL_PP         355 ext/bz2/bz2_filter.c 					if (Z_LVAL_PP(tmpzval) < 0 || Z_LVAL_PP(tmpzval) > 250) {
Z_LVAL_PP         356 ext/bz2/bz2_filter.c 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter given for work factor. (%ld)", Z_LVAL_PP(tmpzval));
Z_LVAL_PP         358 ext/bz2/bz2_filter.c 						workFactor = Z_LVAL_PP(tmpzval);
Z_LVAL_PP         112 ext/com_dotnet/com_com.c 			ctx = (CLSCTX)Z_LVAL_PP(tmp);
Z_LVAL_PP         195 ext/com_dotnet/com_wrapper.c 			rgDispId[i] = Z_LVAL_PP(tmp);
Z_LVAL_PP         240 ext/com_dotnet/com_wrapper.c 		*pid = Z_LVAL_PP(tmp);
Z_LVAL_PP        1295 ext/curl/interface.c 			error = curl_easy_setopt(ch->cp, option, Z_LVAL_PP(zvalue));
Z_LVAL_PP        1300 ext/curl/interface.c 				if (Z_LVAL_PP(zvalue) != 0) {
Z_LVAL_PP        1306 ext/curl/interface.c 			error = curl_easy_setopt(ch->cp, option, Z_LVAL_PP(zvalue));
Z_LVAL_PP        1381 ext/curl/interface.c 					zend_list_addref(Z_LVAL_PP(zvalue));
Z_LVAL_PP        1383 ext/curl/interface.c 					ch->handlers->read->fd = Z_LVAL_PP(zvalue);
Z_LVAL_PP        1395 ext/curl/interface.c 			if (Z_LVAL_PP(zvalue)) {
Z_LVAL_PP        1404 ext/curl/interface.c 			if (Z_LVAL_PP(zvalue)) {
Z_LVAL_PP        1588 ext/curl/interface.c 			if (Z_LVAL_PP(zvalue) == 1) {
Z_LVAL_PP        1624 ext/curl/interface.c 	if (!_php_curl_setopt(ch, Z_LVAL_PP(zoption), zvalue, return_value TSRMLS_CC)) {
Z_LVAL_PP        1811 ext/curl/interface.c 		option = Z_LVAL_PP(zoption);
Z_LVAL_PP        1928 ext/curl/interface.c 		zend_list_delete(Z_LVAL_PP(zid));
Z_LVAL_PP         129 ext/curl/multi.c             Z_LVAL_P( z1 ) == Z_LVAL_PP( z2 ) );
Z_LVAL_PP         309 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
Z_LVAL_PP         314 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
Z_LVAL_PP         364 ext/curl/streams.c 					mr = Z_LVAL_PP(ctx_opt);
Z_LVAL_PP         384 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "ftp", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
Z_LVAL_PP         389 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "ftp", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
Z_LVAL_PP         284 ext/dba/dba.c  		skip = Z_LVAL_PP(tmp);  								\
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          91 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         137 ext/dbase/dbase.c 	if (Z_LVAL_PP(options) == 1) {
Z_LVAL_PP         140 ext/dbase/dbase.c 	} else if (Z_LVAL_PP(options) < 0 || Z_LVAL_PP(options) > 3) {
Z_LVAL_PP         141 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid access mode %ld", Z_LVAL_PP(options));
Z_LVAL_PP         153 ext/dbase/dbase.c 	dbh = dbf_open(Z_STRVAL_PP(dbf_name), Z_LVAL_PP(options) TSRMLS_CC);
Z_LVAL_PP         177 ext/dbase/dbase.c 	dbh = zend_list_find(Z_LVAL_PP(dbh_id), &dbh_type);
Z_LVAL_PP         179 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find database for identifier %ld", Z_LVAL_PP(dbh_id));
Z_LVAL_PP         183 ext/dbase/dbase.c 	zend_list_delete(Z_LVAL_PP(dbh_id));
Z_LVAL_PP         201 ext/dbase/dbase.c 	dbh = zend_list_find(Z_LVAL_PP(dbh_id), &dbh_type);
Z_LVAL_PP         203 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find database for identifier %ld", Z_LVAL_PP(dbh_id));
Z_LVAL_PP         224 ext/dbase/dbase.c 	dbh = zend_list_find(Z_LVAL_PP(dbh_id), &dbh_type);
Z_LVAL_PP         226 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find database for identifier %ld", Z_LVAL_PP(dbh_id));
Z_LVAL_PP         247 ext/dbase/dbase.c 	dbh = zend_list_find(Z_LVAL_PP(dbh_id), &dbh_type);
Z_LVAL_PP         249 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find database for identifier %ld", Z_LVAL_PP(dbh_id));
Z_LVAL_PP         282 ext/dbase/dbase.c 	dbh = zend_list_find(Z_LVAL_PP(dbh_id), &dbh_type);
Z_LVAL_PP         284 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find database for identifier %ld", Z_LVAL_PP(dbh_id));
Z_LVAL_PP         353 ext/dbase/dbase.c 	dbh = zend_list_find(Z_LVAL_PP(dbh_id), &dbh_type);
Z_LVAL_PP         355 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find database for identifier %ld", Z_LVAL_PP(dbh_id));
Z_LVAL_PP         381 ext/dbase/dbase.c 	if (put_dbf_record(dbh, Z_LVAL_PP(recnum), cp) < 0) {
Z_LVAL_PP         409 ext/dbase/dbase.c 	dbh = zend_list_find(Z_LVAL_PP(dbh_id), &dbh_type);
Z_LVAL_PP         411 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find database for identifier %ld", Z_LVAL_PP(dbh_id));
Z_LVAL_PP         415 ext/dbase/dbase.c 	if (del_dbf_record(dbh, Z_LVAL_PP(record)) < 0) {
Z_LVAL_PP         416 ext/dbase/dbase.c 		if (Z_LVAL_PP(record) > dbh->db_records) {
Z_LVAL_PP         417 ext/dbase/dbase.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "record %ld out of bounds", Z_LVAL_PP(record));
Z_LVAL_PP         419 ext/dbase/dbase.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to delete record %ld", Z_LVAL_PP(record));
Z_LVAL_PP         449 ext/dbase/dbase.c 	dbh = zend_list_find(Z_LVAL_PP(dbh_id), &dbh_type);
Z_LVAL_PP         451 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find database for identifier %ld", Z_LVAL_PP(dbh_id));
Z_LVAL_PP         455 ext/dbase/dbase.c 	if ((data = get_dbf_record(dbh, Z_LVAL_PP(record))) == NULL) {
Z_LVAL_PP         456 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to read bad record %ld", Z_LVAL_PP(record));
Z_LVAL_PP         725 ext/dbase/dbase.c 			cur_f->db_flen = Z_LVAL_PP(value);
Z_LVAL_PP         734 ext/dbase/dbase.c 				cur_f->db_fdc = Z_LVAL_PP(value);
Z_LVAL_PP         862 ext/dbase/dbase.c 	dbh = zend_list_find(Z_LVAL_PP(dbh_id), &dbh_type);
Z_LVAL_PP         864 ext/dbase/dbase.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find database for identifier %ld", Z_LVAL_PP(dbh_id));
Z_LVAL_PP        2372 ext/exif/exif.c 	tag = Z_LVAL_PP(p_num);
Z_LVAL_PP        3959 ext/exif/exif.c 		sub_arrays = Z_LVAL_PP(p_sub_arrays);
Z_LVAL_PP        3963 ext/exif/exif.c 		read_thumbnail = Z_LVAL_PP(p_read_thumbnail);
Z_LVAL_PP        3967 ext/exif/exif.c 		read_all = Z_LVAL_PP(p_read_all);
Z_LVAL_PP        1228 ext/fbsql/php_fbsql.c 	if (Z_LVAL_PP(Locking) < 0 || Z_LVAL_PP(Locking) > 2) {
Z_LVAL_PP        1232 ext/fbsql/php_fbsql.c 	if (Z_LVAL_PP(Isolation) < 0 || Z_LVAL_PP(Isolation) > 4) {
Z_LVAL_PP        1239 ext/fbsql/php_fbsql.c 	if (snprintf(strSQL, sizeof(strSQL) , "SET TRANSACTION LOCKING %s, ISOLATION %s;", strLocking[Z_LVAL_PP(Locking)], strIsolation[Z_LVAL_PP(Isolation)]) < 0) {
Z_LVAL_PP        1445 ext/fbsql/php_fbsql.c 	result->lobMode = Z_LVAL_PP(lob_mode);
Z_LVAL_PP        1851 ext/fbsql/php_fbsql.c 			in_out_both = Z_LVAL_PP(zin_out);
Z_LVAL_PP        1859 ext/fbsql/php_fbsql.c 	charset = Z_LVAL_PP(zcharset);
Z_LVAL_PP        2457 ext/fbsql/php_fbsql.c 			bs = Z_LVAL_PP(batch_size);
Z_LVAL_PP        2720 ext/fbsql/php_fbsql.c 		FB_SQL_G(generateWarnings) = Z_LVAL_PP(argv[0]) != 0;
Z_LVAL_PP        3169 ext/fbsql/php_fbsql.c 		rowIndex = Z_LVAL_PP(row);
Z_LVAL_PP        3188 ext/fbsql/php_fbsql.c 			columnIndex = Z_LVAL_PP(field);
Z_LVAL_PP        3417 ext/fbsql/php_fbsql.c 			result_type = Z_LVAL_PP(zresult_type);
Z_LVAL_PP        3590 ext/fbsql/php_fbsql.c 	rowIndex = Z_LVAL_PP(row_number);
Z_LVAL_PP        3668 ext/fbsql/php_fbsql.c 		column = Z_LVAL_PP(field_index);
Z_LVAL_PP        3723 ext/fbsql/php_fbsql.c 		column = Z_LVAL_PP(field_index);
Z_LVAL_PP        3766 ext/fbsql/php_fbsql.c 		column = Z_LVAL_PP(field_index);
Z_LVAL_PP        3815 ext/fbsql/php_fbsql.c 		column = Z_LVAL_PP(field_index);
Z_LVAL_PP        3856 ext/fbsql/php_fbsql.c 		column = Z_LVAL_PP(field_index);
Z_LVAL_PP        3908 ext/fbsql/php_fbsql.c 		column = Z_LVAL_PP(field_index);
Z_LVAL_PP        3962 ext/fbsql/php_fbsql.c 		column = Z_LVAL_PP(field_index);
Z_LVAL_PP        4040 ext/fbsql/php_fbsql.c 	index = Z_LVAL_PP(table_index);
Z_LVAL_PP        4078 ext/fbsql/php_fbsql.c 	zend_list_delete(Z_LVAL_PP(fbsql_result_index));
Z_LVAL_PP         769 ext/fdf/fdf.c  	switch(Z_LVAL_PP(face)) {
Z_LVAL_PP         784 ext/fdf/fdf.c  	err = FDFSetAP(fdf, Z_STRVAL_PP(fieldname), facenr, NULL, Z_STRVAL_PP(filename), (ASInt32) Z_LVAL_PP(pagenr));
Z_LVAL_PP        1168 ext/fdf/fdf.c  	err = FDFAddTemplate(fdf, (unsigned short)(Z_LVAL_PP(newpage)), &filespec, Z_STRVAL_PP(template), (unsigned short)(Z_LVAL_PP(rename)));
Z_LVAL_PP        1195 ext/fdf/fdf.c  	err=FDFSetFlags(fdf, Z_STRVAL_PP(fieldname), Z_LVAL_PP(flags), Z_LVAL_PP(newflags));
Z_LVAL_PP        1253 ext/fdf/fdf.c  	err = FDFSetOpt(fdf, Z_STRVAL_PP(fieldname), Z_LVAL_PP(element), Z_STRVAL_PP(value), Z_STRVAL_PP(name));
Z_LVAL_PP        1335 ext/fdf/fdf.c  	err = FDFSetSubmitFormAction(fdf, Z_STRVAL_PP(fieldname), Z_LVAL_PP(trigger), Z_STRVAL_PP(url), Z_LVAL_PP(flags));
Z_LVAL_PP        1361 ext/fdf/fdf.c  	err = FDFSetJavaScriptAction(fdf, Z_STRVAL_PP(fieldname), Z_LVAL_PP(trigger), Z_STRVAL_PP(script));
Z_LVAL_PP         327 ext/filter/filter.c 		(!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_PP(value) == IS_BOOL && Z_LVAL_PP(value) == 0)) &&
Z_LVAL_PP         650 ext/filter/filter.c 		php_filter_call(&return_value, Z_LVAL_PP(op), NULL, 0, FILTER_REQUIRE_ARRAY TSRMLS_CC);
Z_LVAL_PP         715 ext/filter/filter.c 				filter_flags = Z_LVAL_PP(filter_args);
Z_LVAL_PP         782 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
Z_LVAL_PP         794 ext/filter/filter.c 				filter_flags = Z_LVAL_PP(op);
Z_LVAL_PP         823 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
Z_LVAL_PP         120 ext/filter/filter_private.h 		opt = Z_LVAL_PP(zv);                                                                        \
Z_LVAL_PP        1708 ext/gd/gd.c    		stylearr[index++] = Z_LVAL_PP(item);
Z_LVAL_PP        1734 ext/gd/gd.c    	if (Z_LVAL_PP(x_size) <= 0 || Z_LVAL_PP(y_size) <= 0 ||
Z_LVAL_PP        1735 ext/gd/gd.c    			Z_LVAL_PP(x_size) >= INT_MAX || Z_LVAL_PP(y_size) >= INT_MAX 
Z_LVAL_PP        1741 ext/gd/gd.c    	im = gdImageCreateTrueColor(Z_LVAL_PP(x_size), Z_LVAL_PP(y_size));
Z_LVAL_PP        1784 ext/gd/gd.c    	if (Z_LVAL_PP(ncolors) <= 0) {
Z_LVAL_PP        1788 ext/gd/gd.c    	gdImageTrueColorToPalette(im, Z_LVAL_PP(dither), Z_LVAL_PP(ncolors));
Z_LVAL_PP        1849 ext/gd/gd.c    	gdImageSetThickness(im, Z_LVAL_PP(thick));
Z_LVAL_PP        1874 ext/gd/gd.c    	gdImageFilledEllipse(im, Z_LVAL_PP(cx), Z_LVAL_PP(cy), Z_LVAL_PP(w), Z_LVAL_PP(h), Z_LVAL_PP(color));
Z_LVAL_PP        1903 ext/gd/gd.c    	e = Z_LVAL_PP(E);
Z_LVAL_PP        1908 ext/gd/gd.c    	st = Z_LVAL_PP(ST);
Z_LVAL_PP        1913 ext/gd/gd.c    	gdImageFilledArc(im, Z_LVAL_PP(cx), Z_LVAL_PP(cy), Z_LVAL_PP(w), Z_LVAL_PP(h), st, e, Z_LVAL_PP(col), Z_LVAL_PP(style));
Z_LVAL_PP        1933 ext/gd/gd.c    	gdImageAlphaBlending(im, Z_LVAL_PP(blend));
Z_LVAL_PP        1954 ext/gd/gd.c    	gdImageSaveAlpha(im, Z_LVAL_PP(save));
Z_LVAL_PP        1976 ext/gd/gd.c    	gdImageAlphaBlending(im, Z_LVAL_PP(effect) );
Z_LVAL_PP        2025 ext/gd/gd.c    	RETURN_LONG(gdImageColorResolveAlpha(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue), Z_LVAL_PP(alpha)));
Z_LVAL_PP        2047 ext/gd/gd.c    	RETURN_LONG(gdImageColorClosestAlpha(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue), Z_LVAL_PP(alpha)));
Z_LVAL_PP        2069 ext/gd/gd.c    	RETURN_LONG(gdImageColorExactAlpha(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue), Z_LVAL_PP(alpha)));
Z_LVAL_PP        2097 ext/gd/gd.c    	srcX = Z_LVAL_PP(SX);
Z_LVAL_PP        2098 ext/gd/gd.c    	srcY = Z_LVAL_PP(SY);
Z_LVAL_PP        2099 ext/gd/gd.c    	srcH = Z_LVAL_PP(SH);
Z_LVAL_PP        2100 ext/gd/gd.c    	srcW = Z_LVAL_PP(SW);
Z_LVAL_PP        2101 ext/gd/gd.c    	dstX = Z_LVAL_PP(DX);
Z_LVAL_PP        2102 ext/gd/gd.c    	dstY = Z_LVAL_PP(DY);
Z_LVAL_PP        2103 ext/gd/gd.c    	dstH = Z_LVAL_PP(DH);
Z_LVAL_PP        2104 ext/gd/gd.c    	dstW = Z_LVAL_PP(DW);
Z_LVAL_PP        2348 ext/gd/gd.c    	if (Z_LVAL_PP(x_size) <= 0 || Z_LVAL_PP(y_size) <= 0 ||
Z_LVAL_PP        2349 ext/gd/gd.c    			Z_LVAL_PP(x_size) >= INT_MAX || Z_LVAL_PP(y_size) >= INT_MAX
Z_LVAL_PP        2355 ext/gd/gd.c    	im = gdImageCreate(Z_LVAL_PP(x_size), Z_LVAL_PP(y_size));
Z_LVAL_PP        2588 ext/gd/gd.c    		if (Z_LVAL_PP(width) < 1 || Z_LVAL_PP(height) < 1) {
Z_LVAL_PP        2633 ext/gd/gd.c    			im = (*ioctx_func_p)(io_ctx, Z_LVAL_PP(srcx), Z_LVAL_PP(srcy), Z_LVAL_PP(width), Z_LVAL_PP(height));
Z_LVAL_PP        2655 ext/gd/gd.c    				im = (*func_p)(fp, Z_LVAL_PP(srcx), Z_LVAL_PP(srcy), Z_LVAL_PP(width), Z_LVAL_PP(height));
Z_LVAL_PP        2808 ext/gd/gd.c    			q = Z_LVAL_PP(quality);
Z_LVAL_PP        2812 ext/gd/gd.c    			t = Z_LVAL_PP(type);
Z_LVAL_PP        3044 ext/gd/gd.c    	zend_list_delete(Z_LVAL_PP(IM));
Z_LVAL_PP        3068 ext/gd/gd.c    	ct = gdImageColorAllocate(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue));
Z_LVAL_PP        3114 ext/gd/gd.c    		if (im->tpixels && gdImageBoundsSafe(im, Z_LVAL_PP(x), Z_LVAL_PP(y))) {
Z_LVAL_PP        3115 ext/gd/gd.c    			RETURN_LONG(gdImageTrueColorPixel(im, Z_LVAL_PP(x), Z_LVAL_PP(y)));
Z_LVAL_PP        3117 ext/gd/gd.c    			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", Z_LVAL_PP(x), Z_LVAL_PP(y));
Z_LVAL_PP        3122 ext/gd/gd.c    		if (im->pixels && gdImageBoundsSafe(im, Z_LVAL_PP(x), Z_LVAL_PP(y))) {
Z_LVAL_PP        3124 ext/gd/gd.c    			RETURN_LONG(im->pixels[Z_LVAL_PP(y)][Z_LVAL_PP(x)]);
Z_LVAL_PP        3126 ext/gd/gd.c    			RETURN_LONG(im->pixels[Z_LVAL_PP(x)][Z_LVAL_PP(y)]);
Z_LVAL_PP        3129 ext/gd/gd.c    			php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", Z_LVAL_PP(x), Z_LVAL_PP(y));
Z_LVAL_PP        3155 ext/gd/gd.c    	RETURN_LONG(gdImageColorClosest(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue)));
Z_LVAL_PP        3177 ext/gd/gd.c    	RETURN_LONG(gdImageColorClosestHWB(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue)));
Z_LVAL_PP        3204 ext/gd/gd.c    	col = Z_LVAL_PP(index);
Z_LVAL_PP        3233 ext/gd/gd.c    	RETURN_LONG(gdImageColorResolve(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue)));
Z_LVAL_PP        3254 ext/gd/gd.c    	RETURN_LONG(gdImageColorExact(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue)));
Z_LVAL_PP        3277 ext/gd/gd.c    	col = Z_LVAL_PP(color);
Z_LVAL_PP        3280 ext/gd/gd.c    		im->red[col]   = Z_LVAL_PP(red);
Z_LVAL_PP        3281 ext/gd/gd.c    		im->green[col] = Z_LVAL_PP(green);
Z_LVAL_PP        3282 ext/gd/gd.c    		im->blue[col]  = Z_LVAL_PP(blue);
Z_LVAL_PP        3304 ext/gd/gd.c    	col = Z_LVAL_PP(index);
Z_LVAL_PP        3397 ext/gd/gd.c    	gdImageSetPixel(im, Z_LVAL_PP(x), Z_LVAL_PP(y), Z_LVAL_PP(col));
Z_LVAL_PP        3424 ext/gd/gd.c    		gdImageAALine(im, Z_LVAL_PP(x1), Z_LVAL_PP(y1), Z_LVAL_PP(x2), Z_LVAL_PP(y2), Z_LVAL_PP(col));
Z_LVAL_PP        3428 ext/gd/gd.c    		gdImageLine(im, Z_LVAL_PP(x1), Z_LVAL_PP(y1), Z_LVAL_PP(x2), Z_LVAL_PP(y2), Z_LVAL_PP(col));
Z_LVAL_PP        3453 ext/gd/gd.c    	gdImageDashedLine(im, Z_LVAL_PP(x1), Z_LVAL_PP(y1), Z_LVAL_PP(x2), Z_LVAL_PP(y2), Z_LVAL_PP(col));
Z_LVAL_PP        3477 ext/gd/gd.c    	gdImageRectangle(im, Z_LVAL_PP(x1), Z_LVAL_PP(y1), Z_LVAL_PP(x2), Z_LVAL_PP(y2), Z_LVAL_PP(col));
Z_LVAL_PP        3501 ext/gd/gd.c    	gdImageFilledRectangle(im, Z_LVAL_PP(x1), Z_LVAL_PP(y1), Z_LVAL_PP(x2), Z_LVAL_PP(y2), Z_LVAL_PP(col));
Z_LVAL_PP        3528 ext/gd/gd.c    	e = Z_LVAL_PP(E);
Z_LVAL_PP        3533 ext/gd/gd.c    	st = Z_LVAL_PP(ST);
Z_LVAL_PP        3538 ext/gd/gd.c    	gdImageArc(im, Z_LVAL_PP(cx), Z_LVAL_PP(cy), Z_LVAL_PP(w), Z_LVAL_PP(h), st, e, Z_LVAL_PP(col));
Z_LVAL_PP        3563 ext/gd/gd.c    	gdImageEllipse(im, Z_LVAL_PP(cx), Z_LVAL_PP(cy), Z_LVAL_PP(w), Z_LVAL_PP(h), Z_LVAL_PP(color));
Z_LVAL_PP        3565 ext/gd/gd.c    	gdImageArc(im, Z_LVAL_PP(cx), Z_LVAL_PP(cy), Z_LVAL_PP(w), Z_LVAL_PP(h), 0, 360, Z_LVAL_PP(color));
Z_LVAL_PP        3590 ext/gd/gd.c    	gdImageFillToBorder(im, Z_LVAL_PP(x), Z_LVAL_PP(y), Z_LVAL_PP(border), Z_LVAL_PP(col));
Z_LVAL_PP        3612 ext/gd/gd.c    	gdImageFill(im, Z_LVAL_PP(x), Z_LVAL_PP(y), Z_LVAL_PP(col));
Z_LVAL_PP        3660 ext/gd/gd.c    		gdImageColorTransparent(im, Z_LVAL_PP(COL));
Z_LVAL_PP        3693 ext/gd/gd.c    		gdImageInterlace(im, Z_LVAL_PP(INT));
Z_LVAL_PP        3721 ext/gd/gd.c    	npoints = Z_LVAL_PP(NPOINTS);
Z_LVAL_PP        3722 ext/gd/gd.c    	col = Z_LVAL_PP(COL);
Z_LVAL_PP        3746 ext/gd/gd.c    			points[i].x = Z_LVAL_PP(var);
Z_LVAL_PP        3751 ext/gd/gd.c    			points[i].y = Z_LVAL_PP(var);
Z_LVAL_PP        3836 ext/gd/gd.c    	font = php_find_gd_font(Z_LVAL_PP(SIZE) TSRMLS_CC);
Z_LVAL_PP        3909 ext/gd/gd.c    	col = Z_LVAL_PP(COL);
Z_LVAL_PP        3918 ext/gd/gd.c    	y = Z_LVAL_PP(Y);
Z_LVAL_PP        3919 ext/gd/gd.c    	x = Z_LVAL_PP(X);
Z_LVAL_PP        3920 ext/gd/gd.c    	size = Z_LVAL_PP(SIZE);
Z_LVAL_PP        4007 ext/gd/gd.c    	srcX = Z_LVAL_PP(SX);
Z_LVAL_PP        4008 ext/gd/gd.c    	srcY = Z_LVAL_PP(SY);
Z_LVAL_PP        4009 ext/gd/gd.c    	srcH = Z_LVAL_PP(SH);
Z_LVAL_PP        4010 ext/gd/gd.c    	srcW = Z_LVAL_PP(SW);
Z_LVAL_PP        4011 ext/gd/gd.c    	dstX = Z_LVAL_PP(DX);
Z_LVAL_PP        4012 ext/gd/gd.c    	dstY = Z_LVAL_PP(DY);
Z_LVAL_PP        4043 ext/gd/gd.c    	srcX = Z_LVAL_PP(SX);
Z_LVAL_PP        4044 ext/gd/gd.c    	srcY = Z_LVAL_PP(SY);
Z_LVAL_PP        4045 ext/gd/gd.c    	srcH = Z_LVAL_PP(SH);
Z_LVAL_PP        4046 ext/gd/gd.c    	srcW = Z_LVAL_PP(SW);
Z_LVAL_PP        4047 ext/gd/gd.c    	dstX = Z_LVAL_PP(DX);
Z_LVAL_PP        4048 ext/gd/gd.c    	dstY = Z_LVAL_PP(DY);
Z_LVAL_PP        4049 ext/gd/gd.c    	pct  = Z_LVAL_PP(PCT);
Z_LVAL_PP        4079 ext/gd/gd.c    	srcX = Z_LVAL_PP(SX);
Z_LVAL_PP        4080 ext/gd/gd.c    	srcY = Z_LVAL_PP(SY);
Z_LVAL_PP        4081 ext/gd/gd.c    	srcH = Z_LVAL_PP(SH);
Z_LVAL_PP        4082 ext/gd/gd.c    	srcW = Z_LVAL_PP(SW);
Z_LVAL_PP        4083 ext/gd/gd.c    	dstX = Z_LVAL_PP(DX);
Z_LVAL_PP        4084 ext/gd/gd.c    	dstY = Z_LVAL_PP(DY);
Z_LVAL_PP        4085 ext/gd/gd.c    	pct  = Z_LVAL_PP(PCT);
Z_LVAL_PP        4117 ext/gd/gd.c    	srcX = Z_LVAL_PP(SX);
Z_LVAL_PP        4118 ext/gd/gd.c    	srcY = Z_LVAL_PP(SY);
Z_LVAL_PP        4119 ext/gd/gd.c    	srcH = Z_LVAL_PP(SH);
Z_LVAL_PP        4120 ext/gd/gd.c    	srcW = Z_LVAL_PP(SW);
Z_LVAL_PP        4121 ext/gd/gd.c    	dstX = Z_LVAL_PP(DX);
Z_LVAL_PP        4122 ext/gd/gd.c    	dstY = Z_LVAL_PP(DY);
Z_LVAL_PP        4123 ext/gd/gd.c    	dstH = Z_LVAL_PP(DH);
Z_LVAL_PP        4124 ext/gd/gd.c    	dstW = Z_LVAL_PP(DW);
Z_LVAL_PP        4459 ext/gd/gd.c    	zend_list_delete(Z_LVAL_PP(fnt));
Z_LVAL_PP        4730 ext/gd/gd.c    			space = Z_LVAL_PP(sp);
Z_LVAL_PP        4731 ext/gd/gd.c    			add_width = Z_LVAL_PP(wd);
Z_LVAL_PP        4803 ext/gd/gd.c    	add_next_index_long(return_value, (int) ceil(((double) str_bbox.llx)*Z_LVAL_PP(sz)/1000));
Z_LVAL_PP        4804 ext/gd/gd.c    	add_next_index_long(return_value, (int) ceil(((double) str_bbox.lly)*Z_LVAL_PP(sz)/1000));
Z_LVAL_PP        4805 ext/gd/gd.c    	add_next_index_long(return_value, (int) ceil(((double) str_bbox.urx)*Z_LVAL_PP(sz)/1000));
Z_LVAL_PP        4806 ext/gd/gd.c    	add_next_index_long(return_value, (int) ceil(((double) str_bbox.ury)*Z_LVAL_PP(sz)/1000));
Z_LVAL_PP        4933 ext/gd/gd.c    	dest_height = Z_LVAL_PP(height);
Z_LVAL_PP        4934 ext/gd/gd.c    	dest_width = Z_LVAL_PP(width);
Z_LVAL_PP        4935 ext/gd/gd.c    	int_threshold = Z_LVAL_PP(threshold);
Z_LVAL_PP        5382 ext/gd/gd.c    	gdImageAntialias(im, Z_LVAL_PP(alias));
Z_LVAL_PP          84 ext/gd/gd_ctx.c 			q = Z_LVAL_PP(quality);/* or colorindex for foreground of BW images (defaults to black) */
Z_LVAL_PP          87 ext/gd/gd_ctx.c 				f = Z_LVAL_PP(basefilter);
Z_LVAL_PP         231 ext/gettext/gettext.c 	msgstr = dcgettext(Z_STRVAL_PP(domain_name), Z_STRVAL_PP(msgid), Z_LVAL_PP(category));
Z_LVAL_PP         286 ext/gettext/gettext.c 		msgstr = ngettext(Z_STRVAL_PP(msgid1), Z_STRVAL_PP(msgid2), Z_LVAL_PP(count));
Z_LVAL_PP         314 ext/gettext/gettext.c 		msgstr = dngettext(Z_STRVAL_PP(domain), Z_STRVAL_PP(msgid1), Z_STRVAL_PP(msgid2), Z_LVAL_PP(count));
Z_LVAL_PP         343 ext/gettext/gettext.c 		msgstr = dcngettext(Z_STRVAL_PP(domain), Z_STRVAL_PP(msgid1), Z_STRVAL_PP(msgid2), Z_LVAL_PP(count), Z_LVAL_PP(category));
Z_LVAL_PP         455 ext/gmp/gmp.c  			mpz_init_set_si(**gmpnumber, Z_LVAL_PP(val));
Z_LVAL_PP         530 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
Z_LVAL_PP         539 ext/gmp/gmp.c  			b_is_zero = (Z_LVAL_PP(b_arg) == 0);
Z_LVAL_PP         554 ext/gmp/gmp.c  			long_result = gmp_ui_op(*gmpnum_result, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg));
Z_LVAL_PP         556 ext/gmp/gmp.c  			gmp_ui_op(*gmpnum_result, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg));
Z_LVAL_PP         584 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
Z_LVAL_PP         594 ext/gmp/gmp.c  			b_is_zero = (Z_LVAL_PP(b_arg) == 0);
Z_LVAL_PP         610 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         612 ext/gmp/gmp.c  			gmp_ui_op(*gmpnum_result1, *gmpnum_result2, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg));
Z_LVAL_PP         671 ext/gmp/gmp.c  	gmp_op(*gmpnum_result, Z_LVAL_PP(a_arg));
Z_LVAL_PP         757 ext/gmp/gmp.c  			base = Z_LVAL_PP(base_arg);
Z_LVAL_PP         789 ext/gmp/gmp.c  		RETVAL_LONG(Z_LVAL_PP(gmpnumber_arg));
Z_LVAL_PP         813 ext/gmp/gmp.c  			base = Z_LVAL_PP(base_arg);
Z_LVAL_PP         888 ext/gmp/gmp.c  			round = Z_LVAL_PP(round_arg);
Z_LVAL_PP         925 ext/gmp/gmp.c  			round = Z_LVAL_PP(round_arg);
Z_LVAL_PP         961 ext/gmp/gmp.c  			round = Z_LVAL_PP(round_arg);
Z_LVAL_PP        1046 ext/gmp/gmp.c  		if (Z_LVAL_PP(a_arg) < 0) {
Z_LVAL_PP        1068 ext/gmp/gmp.c  	if (Z_TYPE_PP(base_arg) == IS_LONG && Z_LVAL_PP(base_arg) >= 0) {
Z_LVAL_PP        1076 ext/gmp/gmp.c  	if (Z_LVAL_PP(exp_arg) < 0) {
Z_LVAL_PP        1083 ext/gmp/gmp.c  		mpz_ui_pow_ui(*gmpnum_result, Z_LVAL_PP(base_arg), Z_LVAL_PP(exp_arg));
Z_LVAL_PP        1085 ext/gmp/gmp.c  		mpz_pow_ui(*gmpnum_result, *gmpnum_base, Z_LVAL_PP(exp_arg));
Z_LVAL_PP        1106 ext/gmp/gmp.c  	if (Z_TYPE_PP(exp_arg) == IS_LONG && Z_LVAL_PP(exp_arg) >= 0) {
Z_LVAL_PP        1123 ext/gmp/gmp.c  		mpz_powm_ui(*gmpnum_result, *gmpnum_base, (unsigned long)Z_LVAL_PP(exp_arg), *gmpnum_mod);
Z_LVAL_PP        1225 ext/gmp/gmp.c  			reps = Z_LVAL_PP(reps_arg);
Z_LVAL_PP        1343 ext/gmp/gmp.c  		res = mpz_cmp_si(*gmpnum_a, Z_LVAL_PP(b_arg));
Z_LVAL_PP        1383 ext/gmp/gmp.c  		limiter = Z_LVAL_PP(limiter_arg);
Z_LVAL_PP        1483 ext/gmp/gmp.c  	index = Z_LVAL_PP(ind_arg);
Z_LVAL_PP        1488 ext/gmp/gmp.c  			set = Z_LVAL_PP(set_c_arg);
Z_LVAL_PP        1523 ext/gmp/gmp.c  	index = Z_LVAL_PP(ind_arg);
Z_LVAL_PP        1583 ext/gmp/gmp.c  	if (Z_LVAL_PP(start_arg) < 0) {
Z_LVAL_PP        1588 ext/gmp/gmp.c  	RETURN_LONG(mpz_scan0(*gmpnum_a, Z_LVAL_PP(start_arg)));
Z_LVAL_PP        1606 ext/gmp/gmp.c  	if (Z_LVAL_PP(start_arg) < 0) {
Z_LVAL_PP        1611 ext/gmp/gmp.c  	RETURN_LONG(mpz_scan1(*gmpnum_a, Z_LVAL_PP(start_arg)));
Z_LVAL_PP         767 ext/imap/php_imap.c 		flags = Z_LVAL_PP(options);
Z_LVAL_PP         795 ext/imap/php_imap.c 		if (Z_LVAL_PP(retries) < 0) {
Z_LVAL_PP         798 ext/imap/php_imap.c 			mail_parameters(NIL, SET_MAXLOGINTRIALS, (void *) Z_LVAL_PP(retries));
Z_LVAL_PP         849 ext/imap/php_imap.c 		flags = Z_LVAL_PP(options);
Z_LVAL_PP         859 ext/imap/php_imap.c 		mail_parameters(NIL, SET_MAXLOGINTRIALS, (void *) Z_LVAL_PP(retries));
Z_LVAL_PP        1037 ext/imap/php_imap.c 	limits.text.size = Z_LVAL_PP(mailbox_size);
Z_LVAL_PP        1137 ext/imap/php_imap.c 		flags = Z_LVAL_PP(options);
Z_LVAL_PP        1221 ext/imap/php_imap.c 	if ((myargc == 3) && (Z_LVAL_PP(flags) & FT_UID)) {
Z_LVAL_PP        1225 ext/imap/php_imap.c 		msgindex = mail_msgno(imap_le_struct->imap_stream, Z_LVAL_PP(msgno));
Z_LVAL_PP        1227 ext/imap/php_imap.c 		msgindex = Z_LVAL_PP(msgno);
Z_LVAL_PP        1234 ext/imap/php_imap.c 	RETVAL_STRING(mail_fetchtext_full (imap_le_struct->imap_stream, Z_LVAL_PP(msgno), NIL, myargc==3 ? Z_LVAL_PP(flags) : NIL), 1);
Z_LVAL_PP        1258 ext/imap/php_imap.c 	if (mail_copy_full(imap_le_struct->imap_stream, Z_STRVAL_PP(seq), Z_STRVAL_PP(folder), myargcount==4 ? Z_LVAL_PP(options) : NIL)==T) {
Z_LVAL_PP        1286 ext/imap/php_imap.c 	if (mail_copy_full(imap_le_struct->imap_stream, Z_STRVAL_PP(seq), Z_STRVAL_PP(folder), myargcount == 4 ? (Z_LVAL_PP(options) | CP_MOVE) : CP_MOVE) == T) {
Z_LVAL_PP        1541 ext/imap/php_imap.c 	mail_setflag_full(imap_le_struct->imap_stream, Z_STRVAL_PP(sequence), "\\DELETED", myargc==3 ? Z_LVAL_PP(flags) : NIL);
Z_LVAL_PP        1565 ext/imap/php_imap.c 	mail_clearflag_full(imap_le_struct->imap_stream, Z_STRVAL_PP(sequence), "\\DELETED", myargc==3 ? Z_LVAL_PP(flags) : NIL);
Z_LVAL_PP        1590 ext/imap/php_imap.c 		if (Z_LVAL_PP(fromlength) < 0 || Z_LVAL_PP(fromlength) >= MAILTMPLEN) {
Z_LVAL_PP        1599 ext/imap/php_imap.c 		if (Z_LVAL_PP(subjectlength) < 0 || Z_LVAL_PP(subjectlength) >= MAILTMPLEN) {
Z_LVAL_PP        1610 ext/imap/php_imap.c 	PHP_IMAP_CHECK_MSGNO(Z_LVAL_PP(msgno));
Z_LVAL_PP        1612 ext/imap/php_imap.c 	if (mail_fetchstructure(imap_le_struct->imap_stream, Z_LVAL_PP(msgno), NIL)) {
Z_LVAL_PP        1613 ext/imap/php_imap.c 		cache = mail_elt(imap_le_struct->imap_stream, Z_LVAL_PP(msgno));
Z_LVAL_PP        1618 ext/imap/php_imap.c 	en = mail_fetchenvelope(imap_le_struct->imap_stream, Z_LVAL_PP(msgno));
Z_LVAL_PP        1646 ext/imap/php_imap.c 		mail_fetchfrom(fulladdress, imap_le_struct->imap_stream, Z_LVAL_PP(msgno), Z_LVAL_PP(fromlength));
Z_LVAL_PP        1651 ext/imap/php_imap.c 		mail_fetchsubject(fulladdress, imap_le_struct->imap_stream, Z_LVAL_PP(msgno), Z_LVAL_PP(subjectlength));
Z_LVAL_PP        1840 ext/imap/php_imap.c 	if (Z_LVAL_PP(msgno) < 1) {
Z_LVAL_PP        1849 ext/imap/php_imap.c 	if ((myargc == 3) && (Z_LVAL_PP(flags) & FT_UID)) {
Z_LVAL_PP        1853 ext/imap/php_imap.c 		msgindex = mail_msgno(imap_le_struct->imap_stream, Z_LVAL_PP(msgno));
Z_LVAL_PP        1855 ext/imap/php_imap.c 		msgindex = Z_LVAL_PP(msgno);
Z_LVAL_PP        1859 ext/imap/php_imap.c 	mail_fetchstructure_full(imap_le_struct->imap_stream, Z_LVAL_PP(msgno), &body , myargc == 3 ? Z_LVAL_PP(flags) : NIL);
Z_LVAL_PP        1892 ext/imap/php_imap.c 	if (myargc < 4 || !(Z_LVAL_PP(flags) & FT_UID)) {
Z_LVAL_PP        1894 ext/imap/php_imap.c 		PHP_IMAP_CHECK_MSGNO(Z_LVAL_PP(msgno));
Z_LVAL_PP        1897 ext/imap/php_imap.c 	body = mail_fetchbody_full(imap_le_struct->imap_stream, Z_LVAL_PP(msgno), Z_STRVAL_PP(sec), &len, myargc==4 ? Z_LVAL_PP(flags) : NIL);
Z_LVAL_PP        2537 ext/imap/php_imap.c 	mail_setflag_full(imap_le_struct->imap_stream, Z_STRVAL_PP(sequence), Z_STRVAL_PP(flag), myargc==4 ? Z_LVAL_PP(flags) : NIL);
Z_LVAL_PP        2562 ext/imap/php_imap.c 	mail_clearflag_full(imap_le_struct->imap_stream, Z_STRVAL_PP(sequence), Z_STRVAL_PP(flag), myargc==4 ? Z_LVAL_PP(flags) : NIL);
Z_LVAL_PP        2587 ext/imap/php_imap.c 	if (Z_LVAL_PP(pgm) > SORTSIZE) {
Z_LVAL_PP        2593 ext/imap/php_imap.c 		if (Z_LVAL_PP(flags) < 0) {
Z_LVAL_PP        2611 ext/imap/php_imap.c 	mypgm->reverse = Z_LVAL_PP(rev);
Z_LVAL_PP        2612 ext/imap/php_imap.c 	mypgm->function = (short) Z_LVAL_PP(pgm);
Z_LVAL_PP        2615 ext/imap/php_imap.c 	slst = mail_sort(imap_le_struct->imap_stream, (myargc == 6 ? Z_STRVAL_PP(charset) : NIL), spg, mypgm, (myargc >= 4 ? Z_LVAL_PP(flags) : NIL));
Z_LVAL_PP        2650 ext/imap/php_imap.c 	if ((myargc == 3) && (Z_LVAL_PP(flags) & FT_UID)) {
Z_LVAL_PP        2654 ext/imap/php_imap.c 		msgindex = mail_msgno(imap_le_struct->imap_stream, Z_LVAL_PP(msgno));
Z_LVAL_PP        2656 ext/imap/php_imap.c 		msgindex = Z_LVAL_PP(msgno);
Z_LVAL_PP        2661 ext/imap/php_imap.c 	RETVAL_STRING(mail_fetchheader_full(imap_le_struct->imap_stream, Z_LVAL_PP(msgno), NIL, NIL, (myargc == 3 ? Z_LVAL_PP(flags) : NIL)), 1);
Z_LVAL_PP        2681 ext/imap/php_imap.c 	msgindex = Z_LVAL_PP(msgno);
Z_LVAL_PP        2687 ext/imap/php_imap.c 	RETURN_LONG(mail_uid(imap_le_struct->imap_stream, Z_LVAL_PP(msgno)));
Z_LVAL_PP        2706 ext/imap/php_imap.c  	RETURN_LONG(mail_msgno(imap_le_struct->imap_stream, Z_LVAL_PP(msgno)));
Z_LVAL_PP        2728 ext/imap/php_imap.c  	if (mail_status(imap_le_struct->imap_stream, Z_STRVAL_PP(mbx), Z_LVAL_PP(flags))) {
Z_LVAL_PP        2770 ext/imap/php_imap.c 	if (!Z_LVAL_PP(msg) || Z_LVAL_PP(msg) < 1 || (unsigned) Z_LVAL_PP(msg) > imap_le_struct->imap_stream->nmsgs) {
Z_LVAL_PP        2777 ext/imap/php_imap.c 	body=mail_body(imap_le_struct->imap_stream, Z_LVAL_PP(msg), Z_STRVAL_PP(section));
Z_LVAL_PP        2889 ext/imap/php_imap.c 		flags = Z_LVAL_PP(pflags);
Z_LVAL_PP        3055 ext/imap/php_imap.c 			bod->type = (short) Z_LVAL_PP(pvalue);
Z_LVAL_PP        3059 ext/imap/php_imap.c 			bod->encoding = (short) Z_LVAL_PP(pvalue);
Z_LVAL_PP        3132 ext/imap/php_imap.c 			bod->size.lines = Z_LVAL_PP(pvalue);
Z_LVAL_PP        3136 ext/imap/php_imap.c 			bod->size.bytes = Z_LVAL_PP(pvalue);
Z_LVAL_PP        3151 ext/imap/php_imap.c 				type = (short) Z_LVAL_PP(pvalue);
Z_LVAL_PP        3171 ext/imap/php_imap.c 				bod->encoding = (short) Z_LVAL_PP(pvalue);
Z_LVAL_PP        3245 ext/imap/php_imap.c 				bod->size.lines = Z_LVAL_PP(pvalue);
Z_LVAL_PP        3249 ext/imap/php_imap.c 				bod->size.bytes = Z_LVAL_PP(pvalue);
Z_LVAL_PP        3628 ext/imap/php_imap.c 		flags = Z_LVAL_PP(search_flags);
Z_LVAL_PP        4214 ext/imap/php_imap.c 		flags = Z_LVAL_PP(search_flags);
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         291 ext/interbase/ibase_events.c 		link_res_id = Z_LVAL_PP(args[0]);
Z_LVAL_PP        1479 ext/interbase/ibase_query.c 			flag = Z_LVAL_PP(flag_arg);
Z_LVAL_PP        1725 ext/interbase/ibase_query.c 	zend_list_delete(Z_LVAL_PP(result_arg));
Z_LVAL_PP        1759 ext/interbase/ibase_query.c 				trans_res_id = Z_LVAL_PP(link_arg);
Z_LVAL_PP        1771 ext/interbase/ibase_query.c 			trans_res_id = Z_LVAL_PP(trans_arg);
Z_LVAL_PP        1887 ext/interbase/ibase_query.c 	zend_list_delete(Z_LVAL_PP(query_arg));
Z_LVAL_PP        1906 ext/interbase/ibase_query.c 	zend_list_find(Z_LVAL_PP(result), &type);
Z_LVAL_PP        2029 ext/interbase/ibase_query.c 	zend_list_find(Z_LVAL_PP(result_arg), &type);
Z_LVAL_PP        2050 ext/interbase/ibase_query.c 	if (Z_LVAL_PP(field_arg) < 0 || Z_LVAL_PP(field_arg) >= sqlda->sqld) {
Z_LVAL_PP        2053 ext/interbase/ibase_query.c 	_php_ibase_field_info(return_value,sqlda->sqlvar + Z_LVAL_PP(field_arg));
Z_LVAL_PP        2101 ext/interbase/ibase_query.c 	if (Z_LVAL_PP(field_arg) < 0 || Z_LVAL_PP(field_arg) >= ib_query->in_sqlda->sqld) {
Z_LVAL_PP        2105 ext/interbase/ibase_query.c 	_php_ibase_field_info(return_value,ib_query->in_sqlda->sqlvar + Z_LVAL_PP(field_arg));
Z_LVAL_PP         287 ext/interbase/interbase.c 	if (zend_list_find(Z_LVAL_PP(link_id), &type)) {
Z_LVAL_PP         797 ext/interbase/interbase.c 			link_id = Z_LVAL_PP(link_arg);
Z_LVAL_PP         831 ext/interbase/interbase.c 			link_id = Z_LVAL_PP(link_arg);
Z_LVAL_PP         915 ext/interbase/interbase.c 				trans_argl = Z_LVAL_PP(args[i]);
Z_LVAL_PP        1068 ext/interbase/interbase.c 			if (zend_list_find(Z_LVAL_PP(arg), &type) && type == le_trans) {			
Z_LVAL_PP        1072 ext/interbase/interbase.c 				res_id = Z_LVAL_PP(arg);
Z_LVAL_PP         701 ext/ldap/ldap.c 			ldap_deref = Z_LVAL_PP(deref);
Z_LVAL_PP         705 ext/ldap/ldap.c 			ldap_timelimit = Z_LVAL_PP(timelimit);
Z_LVAL_PP         709 ext/ldap/ldap.c 			ldap_sizelimit = Z_LVAL_PP(sizelimit);
Z_LVAL_PP         713 ext/ldap/ldap.c 			ldap_attrsonly = Z_LVAL_PP(attrsonly);
Z_LVAL_PP         952 ext/ldap/ldap.c 	zend_list_delete(Z_LVAL_PP(result));  /* Delete list entry and call registered destructor function */
Z_LVAL_PP         997 ext/ldap/ldap.c 		resultentry->id = Z_LVAL_PP(result);
Z_LVAL_PP        1331 ext/ldap/ldap.c 	if (!(ldap_value = ldap_explode_dn(Z_STRVAL_PP(dn), Z_LVAL_PP(with_attrib)))) {
Z_LVAL_PP        1593 ext/ldap/ldap.c 	RETURN_STRING(ldap_err2string(Z_LVAL_PP(perrno)), 1);
Z_LVAL_PP        1704 ext/ldap/ldap.c 	opt = Z_LVAL_PP(option);
Z_LVAL_PP        1786 ext/ldap/ldap.c 	opt = Z_LVAL_PP(option);
Z_LVAL_PP        1801 ext/ldap/ldap.c 			val = Z_LVAL_PP(newval);
Z_LVAL_PP        1836 ext/ldap/ldap.c 			val = Z_LVAL_PP(newval)
Z_LVAL_PP        2001 ext/ldap/ldap.c 		resultentry->id = Z_LVAL_PP(result);
Z_LVAL_PP        1354 ext/mbstring/mbstring.c 				if (Z_LVAL_PP(arg1)< 0xffff && Z_LVAL_PP(arg1)> 0x0) {
Z_LVAL_PP        1356 ext/mbstring/mbstring.c 					MBSTRG(current_filter_illegal_substchar) = Z_LVAL_PP(arg1);
Z_LVAL_PP        1365 ext/mbstring/mbstring.c 			if (Z_LVAL_PP(arg1)< 0xffff && Z_LVAL_PP(arg1)> 0x0) {
Z_LVAL_PP        1367 ext/mbstring/mbstring.c 				MBSTRG(current_filter_illegal_substchar) = Z_LVAL_PP(arg1);
Z_LVAL_PP        1704 ext/mbstring/mbstring.c 					offset   = Z_LVAL_PP(zoffset);
Z_LVAL_PP        1711 ext/mbstring/mbstring.c 			offset = Z_LVAL_PP(zoffset);
Z_LVAL_PP        2116 ext/mbstring/mbstring.c 	from = Z_LVAL_PP(arg2);
Z_LVAL_PP        2119 ext/mbstring/mbstring.c 		len = Z_LVAL_PP(arg3);
Z_LVAL_PP        2208 ext/mbstring/mbstring.c 	from = Z_LVAL_PP(arg2);
Z_LVAL_PP        2211 ext/mbstring/mbstring.c 		len = Z_LVAL_PP(arg3);
Z_LVAL_PP        2335 ext/mbstring/mbstring.c 	from = Z_LVAL_PP(arg2);
Z_LVAL_PP        2342 ext/mbstring/mbstring.c 	width = Z_LVAL_PP(arg3);
Z_LVAL_PP        2650 ext/mbstring/mbstring.c 		strict = Z_LVAL_PP(arg_strict);
Z_LVAL_PP        3274 ext/mbstring/mbstring.c 				*mapelm++ = Z_LVAL_PP(hash_entry);
Z_LVAL_PP         678 ext/mbstring/php_mbregex.c 		pat_buf[0] = (char)Z_LVAL_PP(arg_pattern_zval);	
Z_LVAL_PP        1188 ext/mbstring/php_mbregex.c 	n = Z_LVAL_PP(arg_pos);
Z_LVAL_PP         142 ext/mcrypt/mcrypt.c 	bsize = mcrypt_get_block_size(Z_LVAL_PP(cipher)); 		\
Z_LVAL_PP         162 ext/mcrypt/mcrypt.c 	if (Z_LVAL_PP(mode) == 0) { 								\
Z_LVAL_PP         458 ext/mcrypt/mcrypt.c 		zend_list_delete(Z_LVAL_PP(mcryptind));
Z_LVAL_PP         601 ext/mcrypt/mcrypt.c 	zend_list_delete(Z_LVAL_PP(mcryptind));
Z_LVAL_PP        1148 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(Z_STRVAL_PP(cipher), key, data, "ecb", iv, argc, Z_LVAL_PP(mode), return_value TSRMLS_CC);
Z_LVAL_PP        1167 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(Z_STRVAL_PP(cipher), key, data, "cbc", iv, argc, Z_LVAL_PP(mode), return_value TSRMLS_CC);
Z_LVAL_PP        1186 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(Z_STRVAL_PP(cipher), key, data, "cfb", iv, argc, Z_LVAL_PP(mode), return_value TSRMLS_CC);
Z_LVAL_PP        1205 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(Z_STRVAL_PP(cipher), key, data, "ofb", iv, argc, Z_LVAL_PP(mode), return_value TSRMLS_CC);
Z_LVAL_PP          42 ext/ming/ming.c #define BYTE_Z_LVAL_PP(x)  ((byte)Z_LVAL_PP(x))
Z_LVAL_PP         100 ext/ming/ming.c 	Ming_setCubicThreshold(Z_LVAL_PP(num));
Z_LVAL_PP         128 ext/ming/ming.c 	Ming_useSWFVersion(Z_LVAL_PP(num));
Z_LVAL_PP         144 ext/ming/ming.c 	Ming_useConstants(Z_LVAL_PP(num));
Z_LVAL_PP         158 ext/ming/ming.c     Ming_setSWFCompression(Z_LVAL_PP(num));
Z_LVAL_PP         224 ext/ming/ming.c 		id_to_find = Z_LVAL_PP(tmp);
Z_LVAL_PP         309 ext/ming/ming.c 	zend_list_addref(Z_LVAL_PP(zfile));
Z_LVAL_PP         609 ext/ming/ming.c 	SWFButton_setMenu(button, Z_LVAL_PP(zflag));
Z_LVAL_PP         653 ext/ming/ming.c 	item = SWFButton_addSound(button, sound, Z_LVAL_PP(flags));
Z_LVAL_PP         681 ext/ming/ming.c 	SWFButton_addAction(button, action, Z_LVAL_PP(flags));
Z_LVAL_PP         940 ext/ming/ming.c 	SWFDisplayItem_setDepth(getDisplayItem(getThis() TSRMLS_CC), Z_LVAL_PP(depth));
Z_LVAL_PP         971 ext/ming/ming.c 		a = Z_LVAL_PP(za);
Z_LVAL_PP         984 ext/ming/ming.c 	SWFDisplayItem_setColorAdd(getDisplayItem(getThis() TSRMLS_CC), Z_LVAL_PP(r), Z_LVAL_PP(g), Z_LVAL_PP(b), a);
Z_LVAL_PP        1048 ext/ming/ming.c 	SWFDisplayItem_addAction(item, action, Z_LVAL_PP(flags));
Z_LVAL_PP        1078 ext/ming/ming.c 	SWFDisplayItem_setMaskLevel(getDisplayItem(getThis() TSRMLS_CC), Z_LVAL_PP(level));
Z_LVAL_PP        1609 ext/ming/ming.c 	result = SWFFont_getShape(getFont(getThis() TSRMLS_CC), Z_LVAL_PP(zcode));
Z_LVAL_PP        1817 ext/ming/ming.c 		flags = Z_LVAL_PP(zflags);
Z_LVAL_PP        1901 ext/ming/ming.c 	SWFSoundInstance_setLoopInPoint(inst, Z_LVAL_PP(zpoint));
Z_LVAL_PP        1917 ext/ming/ming.c 	SWFSoundInstance_setLoopOutPoint(inst, Z_LVAL_PP(zpoint));
Z_LVAL_PP        1933 ext/ming/ming.c 	SWFSoundInstance_setLoopCount(inst, Z_LVAL_PP(zcount));
Z_LVAL_PP        2027 ext/ming/ming.c 	SWFVideoStream_setDimension(stream, Z_LVAL_PP(x), Z_LVAL_PP(y));
Z_LVAL_PP        2145 ext/ming/ming.c 		movie = newSWFMovieWithVersion(Z_LVAL_PP(version));
Z_LVAL_PP        2319 ext/ming/ming.c 		limit = Z_LVAL_PP(zlimit);
Z_LVAL_PP        2343 ext/ming/ming.c 		limit = Z_LVAL_PP(zlimit);
Z_LVAL_PP        2395 ext/ming/ming.c 		limit = Z_LVAL_PP(zlimit);
Z_LVAL_PP        2450 ext/ming/ming.c 		limit = Z_LVAL_PP(zlimit);
Z_LVAL_PP        2514 ext/ming/ming.c 	SWFMovie_setBackground(movie, Z_LVAL_PP(r), Z_LVAL_PP(g), Z_LVAL_PP(b));
Z_LVAL_PP        2563 ext/ming/ming.c 	SWFMovie_setNumberOfFrames(movie, Z_LVAL_PP(frames));
Z_LVAL_PP        2867 ext/ming/ming.c 			(unsigned short)Z_LVAL_PP(w), BYTE_Z_LVAL_PP(r), BYTE_Z_LVAL_PP(g), BYTE_Z_LVAL_PP(b), 0xff
Z_LVAL_PP        2871 ext/ming/ming.c 			(unsigned short)Z_LVAL_PP(w), BYTE_Z_LVAL_PP(r), BYTE_Z_LVAL_PP(g), BYTE_Z_LVAL_PP(b), BYTE_Z_LVAL_PP(a)
Z_LVAL_PP        2895 ext/ming/ming.c 			flags = (unsigned char)Z_LVAL_PP(arg2);
Z_LVAL_PP        2996 ext/ming/ming.c 		if (Z_LVAL_PP(zfill) != 0) {
Z_LVAL_PP        3046 ext/ming/ming.c 		if (Z_LVAL_PP(zfill) != 0) {
Z_LVAL_PP        3220 ext/ming/ming.c 		size = Z_LVAL_PP(zsize);
Z_LVAL_PP        3442 ext/ming/ming.c 	SWFMovieClip_setNumberOfFrames(sprite, Z_LVAL_PP(frames));
Z_LVAL_PP        3824 ext/ming/ming.c 		SWFTextField_setFlags(field, Z_LVAL_PP(flags));
Z_LVAL_PP        3902 ext/ming/ming.c 	SWFTextField_setAlignment(field, Z_LVAL_PP(align));
Z_LVAL_PP         455 ext/mssql/php_mssql.c 				new_link = Z_LVAL_PP(yynew_link);
Z_LVAL_PP        1169 ext/mssql/php_mssql.c 	if (Z_TYPE_PP(mssql_result_index)==IS_RESOURCE && Z_LVAL_PP(mssql_result_index)==0) {
Z_LVAL_PP        1214 ext/mssql/php_mssql.c 			batchsize = Z_LVAL_PP(zbatchsize);
Z_LVAL_PP        1298 ext/mssql/php_mssql.c 	if (Z_TYPE_PP(mssql_result_index)==IS_RESOURCE && Z_LVAL_PP(mssql_result_index)==0) {
Z_LVAL_PP        1390 ext/mssql/php_mssql.c 			result_type = Z_LVAL_PP(resulttype);
Z_LVAL_PP        1516 ext/mssql/php_mssql.c 	if (Z_LVAL_PP(offset)<0 || Z_LVAL_PP(offset)>=result->num_rows) {
Z_LVAL_PP        1521 ext/mssql/php_mssql.c 	result->cur_row = Z_LVAL_PP(offset);
Z_LVAL_PP        1603 ext/mssql/php_mssql.c 			field_offset = Z_LVAL_PP(offset);
Z_LVAL_PP        1655 ext/mssql/php_mssql.c 			field_offset = Z_LVAL_PP(offset);
Z_LVAL_PP        1702 ext/mssql/php_mssql.c 			field_offset = Z_LVAL_PP(offset);
Z_LVAL_PP        1748 ext/mssql/php_mssql.c 			field_offset = Z_LVAL_PP(offset);
Z_LVAL_PP        1789 ext/mssql/php_mssql.c 	field_offset = Z_LVAL_PP(offset);
Z_LVAL_PP        1817 ext/mssql/php_mssql.c 	if (Z_LVAL_PP(row) < 0 || Z_LVAL_PP(row) >= result->num_rows) {
Z_LVAL_PP        1818 ext/mssql/php_mssql.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad row offset (%ld)", Z_LVAL_PP(row));
Z_LVAL_PP        1840 ext/mssql/php_mssql.c 			field_offset = Z_LVAL_PP(field);
Z_LVAL_PP        1848 ext/mssql/php_mssql.c 	*return_value = result->data[Z_LVAL_PP(row)][field_offset];
Z_LVAL_PP        1911 ext/mssql/php_mssql.c 	MS_SQL_G(min_error_severity) = Z_LVAL_PP(severity);
Z_LVAL_PP        1926 ext/mssql/php_mssql.c 	MS_SQL_G(min_message_severity) = Z_LVAL_PP(severity);
Z_LVAL_PP        1999 ext/mssql/php_mssql.c 			type=Z_LVAL_PP(yytype);
Z_LVAL_PP        2012 ext/mssql/php_mssql.c 				type=Z_LVAL_PP(yytype);
Z_LVAL_PP        2014 ext/mssql/php_mssql.c 				is_output=Z_LVAL_PP(yyis_output);
Z_LVAL_PP        2027 ext/mssql/php_mssql.c 				type=Z_LVAL_PP(yytype);
Z_LVAL_PP        2028 ext/mssql/php_mssql.c 				is_output=Z_LVAL_PP(yyis_output);
Z_LVAL_PP        2029 ext/mssql/php_mssql.c 				is_null=Z_LVAL_PP(yyis_null);
Z_LVAL_PP        2043 ext/mssql/php_mssql.c 				type=Z_LVAL_PP(yytype);
Z_LVAL_PP        2044 ext/mssql/php_mssql.c 				is_output=Z_LVAL_PP(yyis_output);
Z_LVAL_PP        2045 ext/mssql/php_mssql.c 				is_null=Z_LVAL_PP(yyis_null);
Z_LVAL_PP        2047 ext/mssql/php_mssql.c 					maxlen=Z_LVAL_PP(yymaxlen);				
Z_LVAL_PP        2099 ext/mssql/php_mssql.c 				value=(LPBYTE)(&Z_LVAL_PP(var));
Z_LVAL_PP        2242 ext/mssql/php_mssql.c 	if (Z_TYPE_PP(mssql_statement_index)==IS_RESOURCE && Z_LVAL_PP(mssql_statement_index)==0) {
Z_LVAL_PP        2280 ext/mssql/php_mssql.c 			sf = Z_LVAL_PP(short_format);
Z_LVAL_PP        1774 ext/mysql/php_mysql.c 	if (Z_LVAL_PP(row)<0 || Z_LVAL_PP(row)>=(int)mysql_num_rows(mysql_result)) {
Z_LVAL_PP        1775 ext/mysql/php_mysql.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to jump to row %ld on MySQL result index %ld", Z_LVAL_PP(row), Z_LVAL_PP(result));
Z_LVAL_PP        1778 ext/mysql/php_mysql.c 	mysql_data_seek(mysql_result, Z_LVAL_PP(row));
Z_LVAL_PP        1808 ext/mysql/php_mysql.c 									(table_name?table_name:""), (table_name?".":""), field_name, Z_LVAL_PP(result));
Z_LVAL_PP        1823 ext/mysql/php_mysql.c 				field_offset = Z_LVAL_PP(field);
Z_LVAL_PP        1938 ext/mysql/php_mysql.c 				result_type = Z_LVAL_PP(arg2);
Z_LVAL_PP        2116 ext/mysql/php_mysql.c 	if (Z_LVAL_PP(offset)<0 || Z_LVAL_PP(offset)>=(int)mysql_num_rows(mysql_result)) {
Z_LVAL_PP        2117 ext/mysql/php_mysql.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset %ld is invalid for MySQL result index %ld (or the query data is unbuffered)", Z_LVAL_PP(offset), Z_LVAL_PP(result));
Z_LVAL_PP        2120 ext/mysql/php_mysql.c 	mysql_data_seek(mysql_result, Z_LVAL_PP(offset));
Z_LVAL_PP        2254 ext/mysql/php_mysql.c 		if (Z_LVAL_PP(field)<0 || Z_LVAL_PP(field)>=(int)mysql_num_fields(mysql_result)) {
Z_LVAL_PP        2258 ext/mysql/php_mysql.c 		mysql_field_seek(mysql_result, Z_LVAL_PP(field));
Z_LVAL_PP        2296 ext/mysql/php_mysql.c 	if (Z_LVAL_PP(offset)<0 || Z_LVAL_PP(offset)>=(int)mysql_num_fields(mysql_result)) {
Z_LVAL_PP        2297 ext/mysql/php_mysql.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %ld is invalid for MySQL result index %ld", Z_LVAL_PP(offset), Z_LVAL_PP(result));
Z_LVAL_PP        2300 ext/mysql/php_mysql.c 	mysql_field_seek(mysql_result, Z_LVAL_PP(offset));
Z_LVAL_PP        2329 ext/mysql/php_mysql.c 	if (Z_LVAL_PP(field)<0 || Z_LVAL_PP(field)>=(int)mysql_num_fields(mysql_result)) {
Z_LVAL_PP        2330 ext/mysql/php_mysql.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %ld is invalid for MySQL result index %ld", Z_LVAL_PP(field), Z_LVAL_PP(result));
Z_LVAL_PP        2333 ext/mysql/php_mysql.c 	mysql_field_seek(mysql_result, Z_LVAL_PP(field));
Z_LVAL_PP        2495 ext/mysql/php_mysql.c 	if (Z_TYPE_PP(result)==IS_RESOURCE && Z_LVAL_PP(result)==0) {
Z_LVAL_PP        2501 ext/mysql/php_mysql.c 	zend_list_delete(Z_LVAL_PP(result));
Z_LVAL_PP         150 ext/mysqli/mysqli_api.c 				bind[ofs].buffer = (char*)&Z_LVAL_PP(args[i]);
Z_LVAL_PP         607 ext/mysqli/mysqli_api.c 						stmt->stmt->params[i].buffer = (char*)&Z_LVAL_PP(&stmt->param.vars[i]);
Z_LVAL_PP         611 ext/mysqli/mysqli_api.c 						stmt->stmt->params[i].buffer = (char*)&Z_LVAL_PP(&stmt->param.vars[i]);
Z_LVAL_PP        1310 ext/mysqli/mysqli_api.c 			l_value = Z_LVAL_PP(&mysql_value);
Z_LVAL_PP          50 ext/mysqli/mysqli_embedded.c 	if (!Z_LVAL_PP(start)) {
Z_LVAL_PP        1857 ext/ncurses/ncurses_functions.c 		mevent.id = Z_LVAL_PP(zvalue);
Z_LVAL_PP        1862 ext/ncurses/ncurses_functions.c 		mevent.x = Z_LVAL_PP(zvalue);
Z_LVAL_PP        1867 ext/ncurses/ncurses_functions.c 		mevent.y = Z_LVAL_PP(zvalue);
Z_LVAL_PP        1872 ext/ncurses/ncurses_functions.c 		mevent.z = Z_LVAL_PP(zvalue);
Z_LVAL_PP        1877 ext/ncurses/ncurses_functions.c 		mevent.bstate = Z_LVAL_PP(zvalue);
Z_LVAL_PP        1500 ext/oci8/oci8_statement.c 			((ub4 *)bind->array.elements)[i] = (ub4) Z_LVAL_PP(entry);
Z_LVAL_PP         107 ext/odbc/birdstep.c #define PHP_GET_BIRDSTEP_RES_IDX(id) convert_to_long_ex(id); if (!(res = birdstep_find_result(list, Z_LVAL_PP(id)))) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Not result index (%ld)", Z_LVAL_PP(id)); RETURN_FALSE; } 
Z_LVAL_PP         108 ext/odbc/birdstep.c #define PHP_BIRDSTEP_CHK_LNK(id) convert_to_long_ex(id); if (!(conn = birdstep_find_conn(list,Z_LVAL_PP(id)))) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Not connection index (%ld)", Z_LVAL_PP(id)); RETURN_FALSE; }
Z_LVAL_PP         288 ext/odbc/birdstep.c 	birdstep_del_conn(list,Z_LVAL_PP(id));
Z_LVAL_PP         395 ext/odbc/birdstep.c 		birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         401 ext/odbc/birdstep.c 		birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         431 ext/odbc/birdstep.c 		indx = Z_LVAL_PP(col);
Z_LVAL_PP         454 ext/odbc/birdstep.c 			birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         460 ext/odbc/birdstep.c 			birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         479 ext/odbc/birdstep.c 				birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         485 ext/odbc/birdstep.c 				birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         514 ext/odbc/birdstep.c 	birdstep_del_result(list,Z_LVAL_PP(ind));
Z_LVAL_PP         621 ext/odbc/birdstep.c 	indx = Z_LVAL_PP(col);
Z_LVAL_PP         623 ext/odbc/php_odbc.c 	if (Z_LVAL_PP(pv_res)) {
Z_LVAL_PP         626 ext/odbc/php_odbc.c             result->longreadlen = Z_LVAL_PP(pv_flag);	
Z_LVAL_PP         628 ext/odbc/php_odbc.c             result->binmode = Z_LVAL_PP(pv_flag);
Z_LVAL_PP         631 ext/odbc/php_odbc.c             ODBCG(defaultlrl) = Z_LVAL_PP(pv_flag);
Z_LVAL_PP         633 ext/odbc/php_odbc.c             ODBCG(defaultbinmode) = Z_LVAL_PP(pv_flag);
Z_LVAL_PP         756 ext/odbc/php_odbc.c 	if (Z_LVAL_PP(pv_num) > result->numcols) {
Z_LVAL_PP         761 ext/odbc/php_odbc.c 	if (Z_LVAL_PP(pv_num) < 1) {
Z_LVAL_PP         766 ext/odbc/php_odbc.c 	SQLColAttributes(result->stmt, (UWORD)Z_LVAL_PP(pv_num), 
Z_LVAL_PP        1208 ext/odbc/php_odbc.c 	fetch_type = (SQLSMALLINT)Z_LVAL_PP(zv_fetch_type);
Z_LVAL_PP        1373 ext/odbc/php_odbc.c 			rownum = Z_LVAL_PP(pv_row);
Z_LVAL_PP        1537 ext/odbc/php_odbc.c 			rownum = Z_LVAL_PP(pv_row);
Z_LVAL_PP        1688 ext/odbc/php_odbc.c 			rownum = Z_LVAL_PP(pv_row);
Z_LVAL_PP        1753 ext/odbc/php_odbc.c 		field_ind = Z_LVAL_PP(pv_field) - 1;
Z_LVAL_PP        2044 ext/odbc/php_odbc.c 	zend_list_delete(Z_LVAL_PP(pv_res));
Z_LVAL_PP        2230 ext/odbc/php_odbc.c 			cur_opt = Z_LVAL_PP(pv_opt);
Z_LVAL_PP        2420 ext/odbc/php_odbc.c 	zend_list_delete(Z_LVAL_PP(pv_conn));
Z_LVAL_PP        2424 ext/odbc/php_odbc.c 			(apply_func_arg_t) _close_pconn_with_id, (void *) &(Z_LVAL_PP(pv_conn)) TSRMLS_CC);	
Z_LVAL_PP        2530 ext/odbc/php_odbc.c 	if (Z_LVAL_PP(pv_num) > result->numcols) {
Z_LVAL_PP        2535 ext/odbc/php_odbc.c 	if (Z_LVAL_PP(pv_num) < 1) {
Z_LVAL_PP        2540 ext/odbc/php_odbc.c 	RETURN_STRING(result->values[Z_LVAL_PP(pv_num) - 1].name, 1)
Z_LVAL_PP        2566 ext/odbc/php_odbc.c 	if (Z_LVAL_PP(pv_num) > result->numcols) {
Z_LVAL_PP        2571 ext/odbc/php_odbc.c 	if (Z_LVAL_PP(pv_num) < 1) {
Z_LVAL_PP        2576 ext/odbc/php_odbc.c 	SQLColAttributes(result->stmt, (UWORD)Z_LVAL_PP(pv_num),
Z_LVAL_PP        2662 ext/odbc/php_odbc.c 								 (Z_LVAL_PP(pv_onoff)) ?
Z_LVAL_PP        2777 ext/odbc/php_odbc.c 	switch (Z_LVAL_PP(pv_which)) {
Z_LVAL_PP        2784 ext/odbc/php_odbc.c 			rc = SQLSetConnectOption(conn->hdbc, (unsigned short)(Z_LVAL_PP(pv_opt)), Z_LVAL_PP(pv_val));
Z_LVAL_PP        2793 ext/odbc/php_odbc.c 			rc = SQLSetStmtOption(result->stmt, (unsigned short)(Z_LVAL_PP(pv_opt)), (Z_LVAL_PP(pv_val)));
Z_LVAL_PP        3172 ext/odbc/php_odbc.c 		data_type = (SWORD) Z_LVAL_PP(pv_data_type);
Z_LVAL_PP        3468 ext/odbc/php_odbc.c 		type = (UWORD) Z_LVAL_PP(pv_type);
Z_LVAL_PP        3476 ext/odbc/php_odbc.c 		scope = (UWORD) Z_LVAL_PP(pv_scope);
Z_LVAL_PP        3478 ext/odbc/php_odbc.c 		nullable = (UWORD) Z_LVAL_PP(pv_nullable);
Z_LVAL_PP        3557 ext/odbc/php_odbc.c 		unique = (UWORD) Z_LVAL_PP(pv_unique);
Z_LVAL_PP        3559 ext/odbc/php_odbc.c 		reserved = (UWORD) Z_LVAL_PP(pv_reserved);
Z_LVAL_PP         470 ext/openssl/openssl.c 		varname = Z_LVAL_PP(item); \
Z_LVAL_PP         824 ext/openssl/openssl.c 			*resourceval = Z_LVAL_PP(val);
Z_LVAL_PP        1838 ext/openssl/openssl.c 				*resourceval = Z_LVAL_PP(val);
Z_LVAL_PP        2297 ext/openssl/openssl.c 			*resourceval = Z_LVAL_PP(val);
Z_LVAL_PP        3769 ext/openssl/openssl.c 		if (depth > Z_LVAL_PP(val)) {
Z_LVAL_PP        3898 ext/openssl/openssl.c 			SSL_CTX_set_verify_depth(ctx, Z_LVAL_PP(val));
Z_LVAL_PP         315 ext/pcntl/pcntl.c 	status_word = (int) Z_LVAL_PP(status);
Z_LVAL_PP         335 ext/pcntl/pcntl.c 	status_word = (int) Z_LVAL_PP(status);
Z_LVAL_PP         355 ext/pcntl/pcntl.c 	status_word = (int) Z_LVAL_PP(status);
Z_LVAL_PP         375 ext/pcntl/pcntl.c 	status_word = (int) Z_LVAL_PP(status);
Z_LVAL_PP         398 ext/pcntl/pcntl.c 	status_word = (int) Z_LVAL_PP(status);
Z_LVAL_PP         419 ext/pcntl/pcntl.c 	status_word = (int) Z_LVAL_PP(status);
Z_LVAL_PP        1296 ext/pcre/php_pcre.c 		limit_val = Z_LVAL_PP(limit);
Z_LVAL_PP         137 ext/pdo/pdo_dbh.c 				native_code = Z_LVAL_PP(item);
Z_LVAL_PP         292 ext/pdo/pdo_dbh.c 				is_persistent = Z_LVAL_PP(v) ? 1 : 0;
Z_LVAL_PP         723 ext/pdo/pdo_dbh.c 					if (Z_LVAL_PP(tmp) == PDO_FETCH_INTO || Z_LVAL_PP(tmp) == PDO_FETCH_CLASS) {
Z_LVAL_PP        1928 ext/pdo/pdo_stmt.c 	mode = Z_LVAL_PP(args[skip]);
Z_LVAL_PP        1952 ext/pdo/pdo_stmt.c 			stmt->fetch.column = Z_LVAL_PP(args[skip+1]);
Z_LVAL_PP         196 ext/pdo/php_pdo_driver.h 		return Z_LVAL_PP(v);
Z_LVAL_PP         640 ext/pgsql/pgsql.c 			if (Z_LVAL_PP(args[1]) == PGSQL_CONNECT_FORCE_NEW) {
Z_LVAL_PP         642 ext/pgsql/pgsql.c 			} else if (Z_LVAL_PP(args[1]) & PGSQL_CONNECT_FORCE_NEW) {
Z_LVAL_PP         643 ext/pgsql/pgsql.c 				smart_str_append_long(&str, Z_LVAL_PP(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);
Z_LVAL_PP         658 ext/pgsql/pgsql.c 		connect_type = Z_LVAL_PP(args[1]);
Z_LVAL_PP        1832 ext/pgsql/pgsql.c 	if (Z_LVAL_PP(field) < 0 || Z_LVAL_PP(field) >= PQnfields(pgsql_result)) {
Z_LVAL_PP        1839 ext/pgsql/pgsql.c 			Z_STRVAL_P(return_value) = PQfname(pgsql_result, Z_LVAL_PP(field));
Z_LVAL_PP        1845 ext/pgsql/pgsql.c 			Z_LVAL_P(return_value) = PQfsize(pgsql_result, Z_LVAL_PP(field));
Z_LVAL_PP        1849 ext/pgsql/pgsql.c 			Z_STRVAL_P(return_value) = get_field_name(pg_result->conn, PQftype(pgsql_result, Z_LVAL_PP(field)), &EG(regular_list) TSRMLS_CC);
Z_LVAL_PP        1855 ext/pgsql/pgsql.c 			oid = PQftype(pgsql_result, Z_LVAL_PP(field));
Z_LVAL_PP        1958 ext/pgsql/pgsql.c 		pgsql_row = Z_LVAL_PP(row);
Z_LVAL_PP        1961 ext/pgsql/pgsql.c 							Z_LVAL_PP(row), Z_LVAL_PP(result));
Z_LVAL_PP        1971 ext/pgsql/pgsql.c 			field_offset = Z_LVAL_PP(field);
Z_LVAL_PP        2320 ext/pgsql/pgsql.c 		pgsql_row = Z_LVAL_PP(row);
Z_LVAL_PP        2323 ext/pgsql/pgsql.c 							Z_LVAL_PP(row), Z_LVAL_PP(result));
Z_LVAL_PP        2335 ext/pgsql/pgsql.c 			field_offset = Z_LVAL_PP(field);
Z_LVAL_PP        2383 ext/pgsql/pgsql.c 	if (Z_LVAL_PP(result) == 0) {
Z_LVAL_PP        2386 ext/pgsql/pgsql.c 	zend_list_delete(Z_LVAL_PP(result));
Z_LVAL_PP        2805 ext/pgsql/pgsql.c 		buf_len = Z_LVAL_PP(len);
Z_LVAL_PP        2838 ext/pgsql/pgsql.c 		if (Z_LVAL_PP(z_len) > Z_STRLEN_PP(str)) {
Z_LVAL_PP        2840 ext/pgsql/pgsql.c 							Z_STRLEN_PP(str), Z_LVAL_PP(z_len));
Z_LVAL_PP        2843 ext/pgsql/pgsql.c 		if (Z_LVAL_PP(z_len) < 0) {
Z_LVAL_PP        2844 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Buffer size must be larger than 0, but %ld was specified", Z_LVAL_PP(z_len));
Z_LVAL_PP        2847 ext/pgsql/pgsql.c 		len = Z_LVAL_PP(z_len);
Z_LVAL_PP        3123 ext/pgsql/pgsql.c 	val = Z_LVAL_PP(verbosity);
Z_LVAL_PP        4766 ext/pgsql/pgsql.c 						if (Z_LVAL_PP(val)) {
Z_LVAL_PP        4813 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        4850 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        4899 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        4947 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        5194 ext/pgsql/pgsql.c 						ZVAL_LONG(new_val, Z_LVAL_PP(val));
Z_LVAL_PP        5417 ext/pgsql/pgsql.c 				smart_str_append_long(&querystr, Z_LVAL_PP(val));
Z_LVAL_PP        5522 ext/pgsql/pgsql.c 				smart_str_append_long(querystr, Z_LVAL_PP(val));
Z_LVAL_PP         574 ext/posix/posix.c 			fd = Z_LVAL_PP(z_fd);
Z_LVAL_PP         618 ext/posix/posix.c 			fd = Z_LVAL_PP(z_fd);
Z_LVAL_PP         128 ext/pspell/pspell.c 	config = (PspellConfig *) zend_list_find(Z_LVAL_PP(conf), &type);	\
Z_LVAL_PP         130 ext/pspell/pspell.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a PSPELL config index", Z_LVAL_PP(conf));	\
Z_LVAL_PP         136 ext/pspell/pspell.c 	manager = (PspellManager *) zend_list_find(Z_LVAL_PP(scin), &type);	\
Z_LVAL_PP         138 ext/pspell/pspell.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a PSPELL result index", Z_LVAL_PP(scin));	\
Z_LVAL_PP         231 ext/pspell/pspell.c 		mode = Z_LVAL_PP(pmode);
Z_LVAL_PP         354 ext/pspell/pspell.c 		mode = Z_LVAL_PP(pmode);
Z_LVAL_PP         725 ext/pspell/pspell.c 	pspell_config_replace(config, "run-together", Z_LVAL_PP(runtogether) ? "true" : "false");
Z_LVAL_PP         751 ext/pspell/pspell.c 	if(Z_LVAL_PP(mode) == PSPELL_FAST){
Z_LVAL_PP         753 ext/pspell/pspell.c 	}else if(Z_LVAL_PP(mode) == PSPELL_NORMAL){
Z_LVAL_PP         755 ext/pspell/pspell.c 	}else if(Z_LVAL_PP(mode) == PSPELL_BAD_SPELLERS){
Z_LVAL_PP         784 ext/pspell/pspell.c 	ignore = Z_LVAL_PP(pignore);
Z_LVAL_PP         899 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", Z_LVAL_PP(save) ? "true" : "false");
Z_LVAL_PP         213 ext/readline/readline.c 				rl_done = Z_LVAL_PP(value);
Z_LVAL_PP         233 ext/readline/readline.c 				rl_erase_empty_line = Z_LVAL_PP(value);
Z_LVAL_PP        1889 ext/reflection/php_reflection.c 		position= Z_LVAL_PP(parameter);
Z_LVAL_PP         608 ext/snmp/snmp.c 			timeout = Z_LVAL_PP(a6);
Z_LVAL_PP         613 ext/snmp/snmp.c 			retries = Z_LVAL_PP(a7);
Z_LVAL_PP         621 ext/snmp/snmp.c 			timeout = Z_LVAL_PP(a4);
Z_LVAL_PP         626 ext/snmp/snmp.c 			retries = Z_LVAL_PP(a5);
Z_LVAL_PP        1083 ext/snmp/snmp.c 			timeout = Z_LVAL_PP(a11);
Z_LVAL_PP        1087 ext/snmp/snmp.c 			retries = Z_LVAL_PP(a12);
Z_LVAL_PP        1096 ext/snmp/snmp.c 			timeout = Z_LVAL_PP(a9);
Z_LVAL_PP        1100 ext/snmp/snmp.c 			retries = Z_LVAL_PP(a10);
Z_LVAL_PP        1164 ext/snmp/snmp.c 	if ((Z_LVAL_PP(method) == SNMP_VALUE_LIBRARY) ||
Z_LVAL_PP        1165 ext/snmp/snmp.c 	    (Z_LVAL_PP(method) == SNMP_VALUE_PLAIN) ||
Z_LVAL_PP        1166 ext/snmp/snmp.c 	    (Z_LVAL_PP(method) == SNMP_VALUE_OBJECT)) {
Z_LVAL_PP        1167 ext/snmp/snmp.c 		SNMP_G(valueretrieval) = Z_LVAL_PP(method);
Z_LVAL_PP        3457 ext/soap/php_encoding.c 			cur_type = Z_LVAL_PP(ztype);
Z_LVAL_PP         127 ext/soap/php_http.c 		port = Z_LVAL_PP(proxy_port);
Z_LVAL_PP         134 ext/soap/php_http.c 	    Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) {
Z_LVAL_PP         135 ext/soap/php_http.c 	  tv.tv_sec = Z_LVAL_PP(tmp);
Z_LVAL_PP         252 ext/soap/php_http.c 		int level = Z_LVAL_PP(tmp) & 0x0f;
Z_LVAL_PP         253 ext/soap/php_http.c 		int kind  = Z_LVAL_PP(tmp) & SOAP_COMPRESSION_DEFLATE;
Z_LVAL_PP         257 ext/soap/php_http.c 	  if ((Z_LVAL_PP(tmp) & SOAP_COMPRESSION_ACCEPT) != 0) {
Z_LVAL_PP         300 ext/soap/php_http.c 			use_proxy = Z_LVAL_PP(tmp);
Z_LVAL_PP         486 ext/soap/php_http.c 						Z_LVAL_PP(tmp)++;
Z_LVAL_PP         487 ext/soap/php_http.c 						snprintf(nc, sizeof(nc), "%08ld", Z_LVAL_PP(tmp));
Z_LVAL_PP         681 ext/soap/php_http.c 		    Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP         727 ext/soap/php_http.c 		    Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP        1055 ext/soap/soap.c 			    (Z_LVAL_PP(tmp) == SOAP_1_1 && Z_LVAL_PP(tmp) == SOAP_1_2)) {
Z_LVAL_PP        1056 ext/soap/soap.c 				version = Z_LVAL_PP(tmp);
Z_LVAL_PP        1102 ext/soap/soap.c 			service->features = Z_LVAL_PP(tmp);
Z_LVAL_PP        1107 ext/soap/soap.c 			cache_wsdl = Z_LVAL_PP(tmp);
Z_LVAL_PP        1112 ext/soap/soap.c 			service->send_errors = Z_LVAL_PP(tmp);
Z_LVAL_PP        2122 ext/soap/soap.c 		     Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0)) {
Z_LVAL_PP        2337 ext/soap/soap.c 					(Z_LVAL_PP(tmp) == SOAP_RPC || Z_LVAL_PP(tmp) == SOAP_DOCUMENT)) {
Z_LVAL_PP        2338 ext/soap/soap.c 				add_property_long(this_ptr, "style", Z_LVAL_PP(tmp));
Z_LVAL_PP        2343 ext/soap/soap.c 					(Z_LVAL_PP(tmp) == SOAP_LITERAL || Z_LVAL_PP(tmp) == SOAP_ENCODED)) {
Z_LVAL_PP        2344 ext/soap/soap.c 				add_property_long(this_ptr, "use", Z_LVAL_PP(tmp));
Z_LVAL_PP        2363 ext/soap/soap.c 			    (Z_LVAL_PP(tmp) == SOAP_1_1 && Z_LVAL_PP(tmp) == SOAP_1_2)) {
Z_LVAL_PP        2364 ext/soap/soap.c 				soap_version = Z_LVAL_PP(tmp);
Z_LVAL_PP        2376 ext/soap/soap.c 			    Z_LVAL_PP(tmp) == SOAP_AUTHENTICATION_DIGEST) {
Z_LVAL_PP        2385 ext/soap/soap.c 				add_property_long(this_ptr, "_proxy_port", Z_LVAL_PP(tmp));
Z_LVAL_PP        2409 ext/soap/soap.c 				Z_LVAL_PP(tmp) == 1) {
Z_LVAL_PP        2415 ext/soap/soap.c 				Z_LVAL_PP(tmp) == 0) {
Z_LVAL_PP        2426 ext/soap/soap.c 			add_property_long(this_ptr, "compression", Z_LVAL_PP(tmp));
Z_LVAL_PP        2462 ext/soap/soap.c 			add_property_long(this_ptr, "_features", Z_LVAL_PP(tmp));
Z_LVAL_PP        2466 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) {
Z_LVAL_PP        2467 ext/soap/soap.c 			add_property_long(this_ptr, "_connection_timeout", Z_LVAL_PP(tmp));
Z_LVAL_PP        2476 ext/soap/soap.c 			cache_wsdl = Z_LVAL_PP(tmp);
Z_LVAL_PP        2537 ext/soap/soap.c 	    Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP        2577 ext/soap/soap.c 	    Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP        2617 ext/soap/soap.c 		&& Z_LVAL_PP(trace) > 0) {
Z_LVAL_PP        2622 ext/soap/soap.c 		&& Z_LVAL_PP(tmp) == SOAP_1_2) {
Z_LVAL_PP        2666 ext/soap/soap.c 		SOAP_GLOBAL(features) = Z_LVAL_PP(tmp);
Z_LVAL_PP        2773 ext/soap/soap.c 		   Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0)) {
Z_LVAL_PP        4181 ext/soap/soap.c 			style = Z_LVAL_PP(zstyle);
Z_LVAL_PP        4193 ext/soap/soap.c 			  Z_LVAL_PP(zuse) == SOAP_LITERAL) {
Z_LVAL_PP        4288 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_BOOL && Z_LVAL_PP(tmp)) {
Z_LVAL_PP        4304 ext/soap/soap.c 							if (Z_LVAL_PP(tmp) == SOAP_ACTOR_NEXT) {
Z_LVAL_PP        4308 ext/soap/soap.c 							if (Z_LVAL_PP(tmp) == SOAP_ACTOR_NEXT) {
Z_LVAL_PP        4310 ext/soap/soap.c 							} else if (Z_LVAL_PP(tmp) == SOAP_ACTOR_NONE) {
Z_LVAL_PP        4312 ext/soap/soap.c 							} else if (Z_LVAL_PP(tmp) == SOAP_ACTOR_UNLIMATERECEIVER) {
Z_LVAL_PP        1685 ext/sockets/sockets.c 			lv.l_onoff = (unsigned short)Z_LVAL_PP(l_onoff);
Z_LVAL_PP        1686 ext/sockets/sockets.c 			lv.l_linger = (unsigned short)Z_LVAL_PP(l_linger);
Z_LVAL_PP        1709 ext/sockets/sockets.c 			tv.tv_sec = Z_LVAL_PP(sec);
Z_LVAL_PP        1710 ext/sockets/sockets.c 			tv.tv_usec = Z_LVAL_PP(usec);
Z_LVAL_PP        1714 ext/sockets/sockets.c 			timeout = Z_LVAL_PP(sec) * 1000 + Z_LVAL_PP(usec) / 1000;
Z_LVAL_PP        1722 ext/sockets/sockets.c 			ov = Z_LVAL_PP(arg4);
Z_LVAL_PP        1246 ext/standard/array.c 		if (Z_LVAL_PP(strict)) {
Z_LVAL_PP        1356 ext/standard/array.c 			extract_type = Z_LVAL_PP(z_extract_type);
Z_LVAL_PP        1370 ext/standard/array.c 			extract_type = Z_LVAL_PP(z_extract_type);
Z_LVAL_PP        1584 ext/standard/array.c 			zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(start_key), val, sizeof(val), NULL);
Z_LVAL_PP        1593 ext/standard/array.c 	i = Z_LVAL_PP(num) - 1;	
Z_LVAL_PP        1627 ext/standard/array.c 			zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &val, sizeof(zval *), NULL);
Z_LVAL_PP        2166 ext/standard/array.c 	offset = Z_LVAL_PP(args[1]);
Z_LVAL_PP        2169 ext/standard/array.c 		length = Z_LVAL_PP(args[2]);
Z_LVAL_PP        2237 ext/standard/array.c 		length = Z_LVAL_PP(z_length);
Z_LVAL_PP        2449 ext/standard/array.c 		if (Z_LVAL_PP(strict)) {
Z_LVAL_PP        2555 ext/standard/array.c 									 Z_LVAL_PP(entry), 
Z_LVAL_PP        2560 ext/standard/array.c 				zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL);
Z_LVAL_PP        2562 ext/standard/array.c 				Z_LVAL_PP(tmp)++;
Z_LVAL_PP        2571 ext/standard/array.c 				Z_LVAL_PP(tmp)++;
Z_LVAL_PP        2665 ext/standard/array.c 	pad_size_abs = abs(Z_LVAL_PP(pad_size));
Z_LVAL_PP        2694 ext/standard/array.c 	if (Z_LVAL_PP(pad_size) > 0) {
Z_LVAL_PP        2752 ext/standard/array.c 			zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL);
Z_LVAL_PP        2785 ext/standard/array.c 		change_to_upper = Z_LVAL_PP(to_upper);
Z_LVAL_PP        4007 ext/standard/array.c 			switch (Z_LVAL_PP(args[i])) {
Z_LVAL_PP        4013 ext/standard/array.c 						sort_order = Z_LVAL_PP(args[i]) == SORT_DESC ? -1 : 1;
Z_LVAL_PP        4027 ext/standard/array.c 						sort_type = Z_LVAL_PP(args[i]);
Z_LVAL_PP        4156 ext/standard/array.c 		num_req_val = Z_LVAL_PP(num_req);
Z_LVAL_PP        4667 ext/standard/array.c 			if (zend_hash_index_exists(HASH_OF(*array), Z_LVAL_PP(key))) {
Z_LVAL_PP        4786 ext/standard/array.c 			add_index_zval(return_value, Z_LVAL_PP(entry_keys), *entry_values);
Z_LVAL_PP         183 ext/standard/assert.c 		val = Z_LVAL_PP(assertion);
Z_LVAL_PP         251 ext/standard/assert.c 	switch (Z_LVAL_PP(what)) {
Z_LVAL_PP         256 ext/standard/assert.c 			ASSERTG(active) = Z_LVAL_PP(value);
Z_LVAL_PP         265 ext/standard/assert.c 			ASSERTG(bail) = Z_LVAL_PP(value);
Z_LVAL_PP         274 ext/standard/assert.c 			ASSERTG(quiet_eval) = Z_LVAL_PP(value);
Z_LVAL_PP         283 ext/standard/assert.c 			ASSERTG(warning) = Z_LVAL_PP(value);
Z_LVAL_PP         307 ext/standard/assert.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown value %ld", Z_LVAL_PP(what));
Z_LVAL_PP        4914 ext/standard/basic_functions.c 	PG(magic_quotes_runtime) = (zend_bool) Z_LVAL_PP(new_setting);
Z_LVAL_PP        4971 ext/standard/basic_functions.c 			opt_err = Z_LVAL_PP(erropt);
Z_LVAL_PP        4980 ext/standard/basic_functions.c 			opt_err = Z_LVAL_PP(erropt);
Z_LVAL_PP        5001 ext/standard/basic_functions.c 		opt_err = Z_LVAL_PP(erropt);
Z_LVAL_PP        5951 ext/standard/basic_functions.c 	serv = getservbyport(htons((unsigned short) Z_LVAL_PP(port)), Z_STRVAL_PP(proto));
Z_LVAL_PP        6004 ext/standard/basic_functions.c 	ent = getprotobynumber(Z_LVAL_PP(proto));
Z_LVAL_PP        1070 ext/standard/file.c 		len = Z_LVAL_PP(arg2);
Z_LVAL_PP        1176 ext/standard/file.c 		if (Z_LVAL_PP(bytes) <= 0) {
Z_LVAL_PP        1181 ext/standard/file.c 		len = (size_t) Z_LVAL_PP(bytes);
Z_LVAL_PP        1286 ext/standard/file.c 			num_bytes = MAX(0, MIN(Z_LVAL_PP(arg3), Z_STRLEN_PP(arg2)));
Z_LVAL_PP        1396 ext/standard/file.c 		whence = Z_LVAL_PP(arg3);
Z_LVAL_PP        1399 ext/standard/file.c 	RETURN_LONG(php_stream_seek(stream, Z_LVAL_PP(arg2), whence));
Z_LVAL_PP        1518 ext/standard/file.c 		umask(Z_LVAL_PP(arg1));
Z_LVAL_PP        1633 ext/standard/file.c 	RETURN_BOOL(0 == php_stream_truncate_set_size(stream, Z_LVAL_PP(size)));
Z_LVAL_PP        1858 ext/standard/file.c 	len = Z_LVAL_PP(arg2);
Z_LVAL_PP        2080 ext/standard/file.c 			len = Z_LVAL_PP(len_zv);
Z_LVAL_PP         430 ext/standard/filestat.c 		gid = Z_LVAL_PP(group);
Z_LVAL_PP         527 ext/standard/filestat.c 		uid = Z_LVAL_PP(user);
Z_LVAL_PP         607 ext/standard/filestat.c 	imode = (mode_t) Z_LVAL_PP(mode);
Z_LVAL_PP         660 ext/standard/filestat.c 		newtime->modtime = newtime->actime = Z_LVAL_PP(filetime);
Z_LVAL_PP         665 ext/standard/filestat.c 		newtime->actime = Z_LVAL_PP(fileatime);
Z_LVAL_PP         666 ext/standard/filestat.c 		newtime->modtime = Z_LVAL_PP(filetime);
Z_LVAL_PP         482 ext/standard/ftp_fopen_wrapper.c 			allow_overwrite = Z_LVAL_PP(tmpzval);
Z_LVAL_PP         514 ext/standard/ftp_fopen_wrapper.c 			Z_LVAL_PP(tmpzval) > 0) {
Z_LVAL_PP         515 ext/standard/ftp_fopen_wrapper.c 			php_stream_printf(stream TSRMLS_CC, "REST %ld\r\n", Z_LVAL_PP(tmpzval));
Z_LVAL_PP         518 ext/standard/ftp_fopen_wrapper.c 				php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Unable to resume from offset %d", Z_LVAL_PP(tmpzval));
Z_LVAL_PP         168 ext/standard/http.c 					ekey_len = spprintf(&ekey, 0, "%ld", Z_LVAL_PP(zdata));
Z_LVAL_PP         249 ext/standard/http_fopen_wrapper.c 		redirect_max = Z_LVAL_PP(tmpzval);
Z_LVAL_PP        1129 ext/standard/image.c 	ZVAL_STRING(return_value, (char*)php_image_type_to_mime_type(Z_LVAL_PP(p_image_type)), 1);
Z_LVAL_PP         114 ext/standard/levenshtein.c 									 Z_LVAL_PP(cost_ins), Z_LVAL_PP(cost_rep),
Z_LVAL_PP         115 ext/standard/levenshtein.c 									 Z_LVAL_PP(cost_del));
Z_LVAL_PP          67 ext/standard/math.c 		if (Z_LVAL_PP(value) == LONG_MIN) {
Z_LVAL_PP          70 ext/standard/math.c 			RETURN_LONG(Z_LVAL_PP(value) < 0 ? -Z_LVAL_PP(value) : Z_LVAL_PP(value));
Z_LVAL_PP         138 ext/standard/math.c 		places = (int) Z_LVAL_PP(precision);
Z_LVAL_PP         147 ext/standard/math.c 				RETURN_DOUBLE((double) Z_LVAL_PP(value));
Z_LVAL_PP         153 ext/standard/math.c 							(double)Z_LVAL_PP(value) : Z_DVAL_PP(value);
Z_LVAL_PP         935 ext/standard/math.c 	if (Z_LVAL_PP(frombase) < 2 || Z_LVAL_PP(frombase) > 36) {
Z_LVAL_PP         936 ext/standard/math.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid `from base' (%ld)", Z_LVAL_PP(frombase));
Z_LVAL_PP         939 ext/standard/math.c 	if (Z_LVAL_PP(tobase) < 2 || Z_LVAL_PP(tobase) > 36) {
Z_LVAL_PP         940 ext/standard/math.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid `to base' (%ld)", Z_LVAL_PP(tobase));
Z_LVAL_PP         944 ext/standard/math.c 	if(_php_math_basetozval(*number, Z_LVAL_PP(frombase), &temp) != SUCCESS) {
Z_LVAL_PP         947 ext/standard/math.c 	result = _php_math_zvaltobase(&temp, Z_LVAL_PP(tobase) TSRMLS_CC);
Z_LVAL_PP        1085 ext/standard/math.c 		RETURN_STRING(_php_math_number_format(Z_DVAL_PP(num), Z_LVAL_PP(dec), dec_point, thousand_sep), 0);
Z_LVAL_PP        1110 ext/standard/math.c 		RETURN_STRING(_php_math_number_format(Z_DVAL_PP(num), Z_LVAL_PP(dec), dec_point, thousand_sep), 0);
Z_LVAL_PP          94 ext/standard/pack.c 	v = (char *) &Z_LVAL_PP(val);
Z_LVAL_PP         523 ext/standard/proc_open.c 			    Z_LVAL_PP(item)) {
Z_LVAL_PP         529 ext/standard/proc_open.c 			    Z_LVAL_PP(item)) {
Z_LVAL_PP         466 ext/standard/reg.c 		pattern[0] = (char) Z_LVAL_PP(arg_pattern);
Z_LVAL_PP         478 ext/standard/reg.c 		replace[0] = (char) Z_LVAL_PP(arg_replace);
Z_LVAL_PP         537 ext/standard/reg.c 		count = Z_LVAL_PP(arg_count);
Z_LVAL_PP        1204 ext/standard/scanf.c 		Z_LVAL_PP(return_value) = nconversions;
Z_LVAL_PP        1217 ext/standard/scanf.c 		Z_LVAL_PP(return_value) = SCAN_ERROR_EOF;  /* EOF marker */
Z_LVAL_PP         759 ext/standard/streamsfuncs.c 		if (Z_LVAL_PP(sec) < 0) {
Z_LVAL_PP         769 ext/standard/streamsfuncs.c 			tv.tv_sec = Z_LVAL_PP(sec) + (usec / 1000000);
Z_LVAL_PP         772 ext/standard/streamsfuncs.c 			tv.tv_sec = Z_LVAL_PP(sec);
Z_LVAL_PP        1222 ext/standard/streamsfuncs.c 	block = Z_LVAL_PP(arg2);
Z_LVAL_PP        1248 ext/standard/streamsfuncs.c 	t.tv_sec = Z_LVAL_PP(seconds);
Z_LVAL_PP        1252 ext/standard/streamsfuncs.c 		t.tv_usec = Z_LVAL_PP(microseconds) % 1000000;
Z_LVAL_PP        1253 ext/standard/streamsfuncs.c 		t.tv_sec += Z_LVAL_PP(microseconds) / 1000000;
Z_LVAL_PP        1291 ext/standard/streamsfuncs.c 	buff = Z_LVAL_PP(arg2);
Z_LVAL_PP        1027 ext/standard/string.c 		limit = Z_LVAL_PP(zlimit);
Z_LVAL_PP        1084 ext/standard/string.c 				str_len = slprintf(stmp, sizeof(stmp), "%ld", Z_LVAL_PP(tmp));
Z_LVAL_PP        1090 ext/standard/string.c 				if (Z_LVAL_PP(tmp) == 1) {
Z_LVAL_PP        1725 ext/standard/string.c 		needle_char[0] = (char) Z_LVAL_PP(needle);
Z_LVAL_PP        1772 ext/standard/string.c 		needle_char[0] = (char) Z_LVAL_PP(needle);
Z_LVAL_PP        1811 ext/standard/string.c 		offset = Z_LVAL_PP(z_offset);
Z_LVAL_PP        1831 ext/standard/string.c 		needle_char[0] = (char) Z_LVAL_PP(needle);
Z_LVAL_PP        1940 ext/standard/string.c 		ord_needle[0] = (char)(Z_LVAL_PP(zneedle) & 0xFF);
Z_LVAL_PP        2013 ext/standard/string.c 		ord_needle[0] = (char)(Z_LVAL_PP(zneedle) & 0xFF);
Z_LVAL_PP        2114 ext/standard/string.c 		found = zend_memrchr(Z_STRVAL_PP(haystack), (char) Z_LVAL_PP(needle), Z_STRLEN_PP(haystack));
Z_LVAL_PP        2198 ext/standard/string.c 		chunklen = Z_LVAL_PP(p_chunklen);
Z_LVAL_PP        2254 ext/standard/string.c 		l = Z_LVAL_PP(len);
Z_LVAL_PP        2264 ext/standard/string.c 	f = Z_LVAL_PP(from);
Z_LVAL_PP        2341 ext/standard/string.c 			l = Z_LVAL_PP(len);
Z_LVAL_PP        2369 ext/standard/string.c 			f = Z_LVAL_PP(from);
Z_LVAL_PP        2447 ext/standard/string.c 					f = Z_LVAL_PP(tmp_from);
Z_LVAL_PP        2461 ext/standard/string.c 				f = Z_LVAL_PP(from);
Z_LVAL_PP        2476 ext/standard/string.c 					l = Z_LVAL_PP(tmp_len);
Z_LVAL_PP        2482 ext/standard/string.c 				l = Z_LVAL_PP(len);
Z_LVAL_PP        2613 ext/standard/string.c 	temp[0] = (char) Z_LVAL_PP(num);
Z_LVAL_PP        3808 ext/standard/string.c 			max_chars = Z_LVAL_PP(max_chars_per_line);
Z_LVAL_PP        4116 ext/standard/string.c 		cat = Z_LVAL_PP(pcategory);
Z_LVAL_PP        4578 ext/standard/string.c 	if (Z_LVAL_PP(mult) < 0) {
Z_LVAL_PP        4588 ext/standard/string.c 	if (Z_LVAL_PP(mult) == 0)
Z_LVAL_PP        4592 ext/standard/string.c 	result_len = Z_STRLEN_PP(input_str) * Z_LVAL_PP(mult);
Z_LVAL_PP        4593 ext/standard/string.c 	result = (char *)safe_emalloc(Z_STRLEN_PP(input_str), Z_LVAL_PP(mult), 1);
Z_LVAL_PP        4597 ext/standard/string.c 		memset(result, *(Z_STRVAL_PP(input_str)), Z_LVAL_PP(mult)); 
Z_LVAL_PP        4640 ext/standard/string.c 		mymode = Z_LVAL_PP(mode);
Z_LVAL_PP        4843 ext/standard/string.c 		if (Z_LVAL_PP(offset) < 0) {
Z_LVAL_PP        4848 ext/standard/string.c 		if (Z_LVAL_PP(offset) > Z_STRLEN_PP(haystack)) {
Z_LVAL_PP        4849 ext/standard/string.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset value %ld exceeds string length", Z_LVAL_PP(offset));
Z_LVAL_PP        4852 ext/standard/string.c 		p += Z_LVAL_PP(offset);
Z_LVAL_PP        4856 ext/standard/string.c 			if (Z_LVAL_PP(length) <= 0) {
Z_LVAL_PP        4860 ext/standard/string.c 			if (Z_LVAL_PP(length) > (Z_STRLEN_PP(haystack) - Z_LVAL_PP(offset))) {
Z_LVAL_PP        4861 ext/standard/string.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length value %ld exceeds string length", Z_LVAL_PP(length));
Z_LVAL_PP        4864 ext/standard/string.c 			endp = p + Z_LVAL_PP(length);
Z_LVAL_PP        4915 ext/standard/string.c 	num_pad_chars = Z_LVAL_PP(pad_length) - Z_STRLEN_PP(input);
Z_LVAL_PP        4919 ext/standard/string.c 	if (Z_LVAL_PP(pad_length) < 0 || num_pad_chars < 0) {
Z_LVAL_PP        4935 ext/standard/string.c 			pad_type_val = Z_LVAL_PP(pad_type);
Z_LVAL_PP          76 ext/standard/type.c 				type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC);
Z_LVAL_PP         154 ext/standard/type.c 			base = Z_LVAL_PP(arg_base);
Z_LVAL_PP         226 ext/standard/type.c 			type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC);
Z_LVAL_PP         109 ext/standard/var.c 		php_printf("%sbool(%s)\n", COMMON, Z_LVAL_PP(struc)?"true":"false");
Z_LVAL_PP         115 ext/standard/var.c 		php_printf("%sint(%ld)\n", COMMON, Z_LVAL_PP(struc));
Z_LVAL_PP         157 ext/standard/var.c 		type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC);
Z_LVAL_PP         158 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         263 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         269 ext/standard/var.c 		php_printf("%slong(%ld) refcount(%u)\n", COMMON, Z_LVAL_PP(struc), Z_REFCOUNT_PP(struc));
Z_LVAL_PP         311 ext/standard/var.c 		type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC);
Z_LVAL_PP         312 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         401 ext/standard/var.c 		php_printf("%s", Z_LVAL_PP(struc) ? "true" : "false");
Z_LVAL_PP         407 ext/standard/var.c 		php_printf("%ld", Z_LVAL_PP(struc));
Z_LVAL_PP         599 ext/sybase/php_sybase_db.c 			id = Z_LVAL_PP(sybase_link_index);
Z_LVAL_PP         638 ext/sybase/php_sybase_db.c 			id = Z_LVAL_PP(sybase_link_index);
Z_LVAL_PP         781 ext/sybase/php_sybase_db.c 			id = Z_LVAL_PP(sybase_link_index);
Z_LVAL_PP         952 ext/sybase/php_sybase_db.c 	if (Z_LVAL_PP(sybase_result_index)==0) {
Z_LVAL_PP         955 ext/sybase/php_sybase_db.c 	result = (sybase_result *) zend_list_find(Z_LVAL_PP(sybase_result_index),&type);
Z_LVAL_PP         958 ext/sybase/php_sybase_db.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a Sybase result index", Z_LVAL_PP(sybase_result_index));
Z_LVAL_PP         961 ext/sybase/php_sybase_db.c 	zend_list_delete(Z_LVAL_PP(sybase_result_index));
Z_LVAL_PP         989 ext/sybase/php_sybase_db.c 	id = Z_LVAL_PP(result_index);
Z_LVAL_PP        1015 ext/sybase/php_sybase_db.c 	id = Z_LVAL_PP(result_index);
Z_LVAL_PP        1042 ext/sybase/php_sybase_db.c 	id = Z_LVAL_PP(sybase_result_index);
Z_LVAL_PP        1076 ext/sybase/php_sybase_db.c 	result = (sybase_result *) zend_list_find(Z_LVAL_PP(sybase_result_index),&type);
Z_LVAL_PP        1079 ext/sybase/php_sybase_db.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a Sybase result index", Z_LVAL_PP(sybase_result_index));
Z_LVAL_PP        1135 ext/sybase/php_sybase_db.c 	id = Z_LVAL_PP(sybase_result_index);
Z_LVAL_PP        1144 ext/sybase/php_sybase_db.c 	if (Z_LVAL_PP(offset)<0 || Z_LVAL_PP(offset)>=result->num_rows) {
Z_LVAL_PP        1149 ext/sybase/php_sybase_db.c 	result->cur_row = Z_LVAL_PP(offset);
Z_LVAL_PP        1221 ext/sybase/php_sybase_db.c 			field_offset = Z_LVAL_PP(offset);
Z_LVAL_PP        1229 ext/sybase/php_sybase_db.c 	id = Z_LVAL_PP(sybase_result_index);
Z_LVAL_PP        1272 ext/sybase/php_sybase_db.c 	id = Z_LVAL_PP(sybase_result_index);
Z_LVAL_PP        1281 ext/sybase/php_sybase_db.c 	field_offset = Z_LVAL_PP(offset);
Z_LVAL_PP        1307 ext/sybase/php_sybase_db.c 	id = Z_LVAL_PP(sybase_result_index);
Z_LVAL_PP        1316 ext/sybase/php_sybase_db.c 	if (Z_LVAL_PP(row)<0 || Z_LVAL_PP(row)>=result->num_rows) {
Z_LVAL_PP        1317 ext/sybase/php_sybase_db.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING,"Sybase:  Bad row offset (%ld)", Z_LVAL_PP(row));
Z_LVAL_PP        1339 ext/sybase/php_sybase_db.c 			field_offset = Z_LVAL_PP(field);
Z_LVAL_PP        1347 ext/sybase/php_sybase_db.c 	*return_value = *result->data[Z_LVAL_PP(row)][field_offset];
Z_LVAL_PP        1371 ext/sybase/php_sybase_db.c 			id = Z_LVAL_PP(sybase_link_index);
Z_LVAL_PP        1430 ext/sybase/php_sybase_db.c 	php_sybase_module.min_error_severity = Z_LVAL_PP(severity);
Z_LVAL_PP        1444 ext/sybase/php_sybase_db.c 	php_sybase_module.min_message_severity = Z_LVAL_PP(severity);
Z_LVAL_PP        1394 ext/sybase_ct/php_sybase_ct.c 				store= (Z_LVAL_PP(store_mode) != 0);
Z_LVAL_PP        1661 ext/sybase_ct/php_sybase_ct.c 	if (Z_TYPE_PP(sybase_result_index) == IS_RESOURCE && Z_LVAL_PP(sybase_result_index) == 0) {
Z_LVAL_PP        1674 ext/sybase_ct/php_sybase_ct.c 	zend_list_delete(Z_LVAL_PP(sybase_result_index));
Z_LVAL_PP        1896 ext/sybase_ct/php_sybase_ct.c 	if (result->last_retcode != CS_END_DATA && result->last_retcode != CS_END_RESULTS && Z_LVAL_PP(offset)>=result->num_rows) {
Z_LVAL_PP        1897 ext/sybase_ct/php_sybase_ct.c 		php_sybase_fetch_result_row(result, Z_LVAL_PP(offset)+ 1);
Z_LVAL_PP        1900 ext/sybase_ct/php_sybase_ct.c 	if (Z_LVAL_PP(offset)<0 || Z_LVAL_PP(offset)>=result->num_rows) {
Z_LVAL_PP        1901 ext/sybase_ct/php_sybase_ct.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase:  Bad row offset %ld, must be betweem 0 and %d", Z_LVAL_PP(offset), result->num_rows - 1);
Z_LVAL_PP        1905 ext/sybase_ct/php_sybase_ct.c 	result->cur_row = Z_LVAL_PP(offset);
Z_LVAL_PP        1974 ext/sybase_ct/php_sybase_ct.c 			field_offset = Z_LVAL_PP(offset);
Z_LVAL_PP        2021 ext/sybase_ct/php_sybase_ct.c 	field_offset = Z_LVAL_PP(offset);
Z_LVAL_PP        2052 ext/sybase_ct/php_sybase_ct.c 	if (result->last_retcode != CS_END_DATA && result->last_retcode != CS_END_RESULTS && Z_LVAL_PP(row) >= result->num_rows) {
Z_LVAL_PP        2053 ext/sybase_ct/php_sybase_ct.c 		php_sybase_fetch_result_row(result, Z_LVAL_PP(row));
Z_LVAL_PP        2056 ext/sybase_ct/php_sybase_ct.c 	if (Z_LVAL_PP(row) < 0 || Z_LVAL_PP(row) >= result->num_rows) {
Z_LVAL_PP        2057 ext/sybase_ct/php_sybase_ct.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase:  Bad row offset (%ld)", Z_LVAL_PP(row));
Z_LVAL_PP        2079 ext/sybase_ct/php_sybase_ct.c 			field_offset = Z_LVAL_PP(field);
Z_LVAL_PP        2087 ext/sybase_ct/php_sybase_ct.c 	*return_value = result->data[Z_LVAL_PP(row)][field_offset];
Z_LVAL_PP        2157 ext/sybase_ct/php_sybase_ct.c 	SybCtG(min_client_severity) = Z_LVAL_PP(severity);
Z_LVAL_PP        2172 ext/sybase_ct/php_sybase_ct.c 	SybCtG(min_server_severity) = Z_LVAL_PP(severity);
Z_LVAL_PP        2186 ext/sybase_ct/php_sybase_ct.c 	SybCtG(deadlock_retry_count) = Z_LVAL_PP(retry_count);
Z_LVAL_PP         155 ext/sysvmsg/sysvmsg.c 			stat.msg_perm.uid = Z_LVAL_PP(item);
Z_LVAL_PP         159 ext/sysvmsg/sysvmsg.c 			stat.msg_perm.gid = Z_LVAL_PP(item);
Z_LVAL_PP         163 ext/sysvmsg/sysvmsg.c 			stat.msg_perm.mode = Z_LVAL_PP(item);
Z_LVAL_PP         167 ext/sysvmsg/sysvmsg.c 			stat.msg_qbytes = Z_LVAL_PP(item);
Z_LVAL_PP         297 ext/sysvsem/sysvsem.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "SysV semaphore %ld (key 0x%x) is not currently acquired", Z_LVAL_PP(arg_id), sem_ptr->key);
Z_LVAL_PP         362 ext/sysvsem/sysvsem.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "SysV semaphore %ld does not (any longer) exist", Z_LVAL_PP(arg_id));
Z_LVAL_PP         371 ext/sysvsem/sysvsem.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for SysV sempphore %ld: %s", Z_LVAL_PP(arg_id), strerror(errno));
Z_LVAL_PP         129 ext/sysvshm/sysvshm.c 			shm_flag = Z_LVAL_PP(arg_flag);
Z_LVAL_PP         132 ext/sysvshm/sysvshm.c 			shm_size= Z_LVAL_PP(arg_size);
Z_LVAL_PP         135 ext/sysvshm/sysvshm.c 			shm_key = Z_LVAL_PP(arg_key);
Z_LVAL_PP         196 ext/sysvshm/sysvshm.c 	shm_list_ptr = (sysvshm_shm *) zend_list_find(Z_LVAL_PP(arg_id), &type);
Z_LVAL_PP         202 ext/sysvshm/sysvshm.c 	zend_list_delete(Z_LVAL_PP(arg_id));
Z_LVAL_PP         222 ext/sysvshm/sysvshm.c 	id = Z_LVAL_PP(arg_id);
Z_LVAL_PP         256 ext/sysvshm/sysvshm.c 	id = Z_LVAL_PP(arg_id);
Z_LVAL_PP         258 ext/sysvshm/sysvshm.c 	key = Z_LVAL_PP(arg_key);
Z_LVAL_PP         303 ext/sysvshm/sysvshm.c 	id = Z_LVAL_PP(arg_id);
Z_LVAL_PP         305 ext/sysvshm/sysvshm.c 	key = Z_LVAL_PP(arg_key);
Z_LVAL_PP         349 ext/sysvshm/sysvshm.c 	id = Z_LVAL_PP(arg_id);
Z_LVAL_PP         351 ext/sysvshm/sysvshm.c 	key = Z_LVAL_PP(arg_key);
Z_LVAL_PP        1369 ext/xml/xml.c  		isFinal = Z_LVAL_PP(final);
Z_LVAL_PP        1449 ext/xml/xml.c  	str = (char *)XML_ErrorString((int)Z_LVAL_PP(code));
Z_LVAL_PP        1544 ext/xml/xml.c  	switch (Z_LVAL_PP(opt)) {
Z_LVAL_PP        1547 ext/xml/xml.c  			parser->case_folding = Z_LVAL_PP(val);
Z_LVAL_PP        1551 ext/xml/xml.c  			parser->toffset = Z_LVAL_PP(val);
Z_LVAL_PP        1555 ext/xml/xml.c  			parser->skipwhite = Z_LVAL_PP(val);
Z_LVAL_PP        1591 ext/xml/xml.c  	switch (Z_LVAL_PP(opt)) {
Z_LVAL_PP         837 ext/xmlrpc/xmlrpc-epi-php.c 		xmlrpc_server_data *server = zend_list_find(Z_LVAL_PP(arg1), &type);
Z_LVAL_PP         840 ext/xmlrpc/xmlrpc-epi-php.c 			bSuccess = zend_list_delete(Z_LVAL_PP(arg1));
Z_LVAL_PP         961 ext/xmlrpc/xmlrpc-epi-php.c 	server = zend_list_find(Z_LVAL_PP(handle), &type);
Z_LVAL_PP         996 ext/xmlrpc/xmlrpc-epi-php.c 	server = zend_list_find(Z_LVAL_PP(handle), &type);
Z_LVAL_PP        1040 ext/xmlrpc/xmlrpc-epi-php.c 	server = zend_list_find(Z_LVAL_PP(handle), &type);
Z_LVAL_PP        1155 ext/xmlrpc/xmlrpc-epi-php.c 	server = zend_list_find(Z_LVAL_PP(handle), &type);
Z_LVAL_PP        1014 main/output.c  			flag = Z_LVAL_PP(zv_flag);
Z_LVAL_PP         817 main/streams/userspace.c 		ssb->sb.st_##name2 = Z_LVAL_PP(elem);                                                      \
Z_LVAL_PP         277 sapi/apache2handler/php_functions.c 		if (Z_LVAL_PP(walk_to_top)) {
Z_LVAL_PP         316 sapi/apache2handler/php_functions.c 		if (Z_LVAL_PP(walk_to_top)) {
Z_LVAL_PP         128 sapi/apache_hooks/php_apache.c 	r = (request_rec *)Z_LVAL_PP(addr);
Z_LVAL_PP         261 sapi/apache_hooks/php_apache.c 			*target = Z_LVAL_PP(new_value);
Z_LVAL_PP         505 sapi/apache_hooks/php_apache.c 		(void)ap_set_content_length(r, Z_LVAL_PP(zlen));
Z_LVAL_PP         713 sapi/apache_hooks/php_apache.c 			type = Z_LVAL_PP(ztype);
Z_LVAL_PP         747 sapi/apache_hooks/php_apache.c 			mtime = Z_LVAL_PP(zmtime);
Z_LVAL_PP        1041 sapi/apache_hooks/php_apache.c             rec = Z_LVAL_PP(recursive);
Z_LVAL_PP        1063 sapi/apache_hooks/php_apache.c     ap_set_content_length(r, Z_LVAL_PP(length)); 
Z_LVAL_PP        1148 sapi/apache_hooks/php_apache.c             facility = Z_LVAL_PP(z_facility);