Lines Matching refs:zval

121 	zval *arguments;
127 static void user_shutdown_function_dtor(zval *zv);
3471 static void php_putenv_destructor(zval *zv) /* {{{ */ in php_putenv_destructor()
3911 zval *c; in PHP_FUNCTION()
4370 zval val, *args = NULL, *p_longopts = NULL;
4371 zval *zoptind = NULL;
4396 zval *entry;
4429 zval *entry;
4693 static int add_config_entry_cb(zval *entry, int num_args, va_list args, zend_hash_key *hash_key)
4695 zval *retval = (zval *)va_arg(args, zval*);
4696 zval tmp;
4719 zval *retval;
4905 zval retval;
4930 zval *params, retval;
4957 zval retval;
4993 zval *params, retval;
5023 void user_shutdown_function_dtor(zval *zv) /* {{{ */
5047 static int user_shutdown_function_call(zval *zv) /* {{{ */
5050 zval retval;
5074 zval retval;
5075 zval *function = &tick_fe->arguments[0];
5090 zval *obj, *method;
5118 zval *func1 = &tick_fe1->arguments[0];
5119 zval *func2 = &tick_fe2->arguments[0];
5179 …shutdown_function_entry.arguments = (zval *) safe_emalloc(sizeof(zval), shutdown_function_entry.ar…
5336 zval *expr;
5410 static int php_ini_get_option(zval *zv, int num_args, va_list args, zend_hash_key *hash_key) /* {{{…
5413 zval *ini_array = va_arg(args, zval *);
5416 zval option;
5447 zval zv;
5639 zval *var;
5828 tick_fe.arguments = (zval *) safe_emalloc(sizeof(zval), tick_fe.arg_count, 0);
5870 zval *function;
5885 tick_fe.arguments = (zval *) emalloc(sizeof(zval));
5974 static void php_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *a…
5989 zval hash, *find_hash;
6031 static void php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, zval *arg3, int callback_type,
6037 zval *active_arr;