Home
last modified time | relevance | path

Searched refs:zval_dtor (Results 1 – 25 of 109) sorted by relevance

12345

/PHP-7.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp61 zval_dtor(return_value); in _php_intlgregcal_constructor_body()
74 zval_dtor(return_value); in _php_intlgregcal_constructor_body()
87 zval_dtor(return_value); in _php_intlgregcal_constructor_body()
99 zval_dtor(return_value); in _php_intlgregcal_constructor_body()
117 zval_dtor(return_value); in _php_intlgregcal_constructor_body()
136 zval_dtor(return_value); in _php_intlgregcal_constructor_body()
149 zval_dtor(return_value); in _php_intlgregcal_constructor_body()
174 zval_dtor(return_value); in _php_intlgregcal_constructor_body()
194 zval_dtor(return_value); in _php_intlgregcal_constructor_body()
/PHP-7.2/ext/json/
H A Djson_parser.tab.c1065 { zval_dtor(&((*yyvaluep).value)); } in yydestruct()
1071 { zval_dtor(&((*yyvaluep).value)); } in yydestruct()
1077 { zval_dtor(&((*yyvaluep).value)); } in yydestruct()
1083 { zval_dtor(&((*yyvaluep).value)); } in yydestruct()
1089 { zval_dtor(&((*yyvaluep).value)); } in yydestruct()
1095 { zval_dtor(&((*yyvaluep).value)); } in yydestruct()
1101 { zval_dtor(&((*yyvaluep).value)); } in yydestruct()
1107 { zval_dtor(&((*yyvaluep).value)); } in yydestruct()
1113 { zval_dtor(&((*yyvaluep).value)); } in yydestruct()
1887 zval_dtor(zvalue); in php_json_parser_object_update()
[all …]
H A Djson_parser.y77 %destructor { zval_dtor(&$$); } <value>
78 %destructor { zend_string_release($$.key); zval_dtor(&$$.val); } <pair>
279 zval_dtor(zvalue); in php_json_parser_object_update()
280 zval_dtor(object); in php_json_parser_object_update()
/PHP-7.2/Zend/
H A Dzend_ast.c241 zval_dtor(&op1); in zend_ast_evaluate()
246 zval_dtor(&op1); in zend_ast_evaluate()
247 zval_dtor(&op2); in zend_ast_evaluate()
255 zval_dtor(&op1); in zend_ast_evaluate()
262 zval_dtor(&op1); in zend_ast_evaluate()
263 zval_dtor(&op2); in zend_ast_evaluate()
272 zval_dtor(&op1); in zend_ast_evaluate()
310 zval_dtor(&op2); in zend_ast_evaluate()
314 zval_dtor(&op1); in zend_ast_evaluate()
330 zval_dtor(&op2); in zend_ast_evaluate()
[all …]
H A Dzend_operators.c356 zval_dtor(op); in convert_to_long_base()
416 zval_dtor(op); in convert_to_double()
488 zval_dtor(op); in convert_to_boolean()
563 zval_dtor(op); in _convert_to_string()
617 zval_dtor(op); in convert_to_array()
626 zval_dtor(op); in convert_to_array()
632 zval_dtor(op); in convert_to_array()
662 zval_dtor(op); in convert_to_object()
1797 zval_dtor(op1); in concat_function()
1800 zval_dtor(op2); in concat_function()
[all …]
H A Dzend_variables.h86 #define zval_dtor(zvalue) zval_ptr_dtor_nogc(zvalue) macro
H A Dzend_variables.c191 zval_dtor(zvalue); in _zval_dtor_wrapper()
/PHP-7.2/ext/intl/formatter/
H A Dformatter_parse.c110 zval_dtor(zposition); in PHP_FUNCTION()
167 zval_dtor(zposition); in PHP_FUNCTION()
178 zval_dtor( zcurrency ); in PHP_FUNCTION()
/PHP-7.2/ext/ctype/
H A Dctype.c165 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
170 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
174 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp155 zval_dtor(&local_zv_tz); in timezone_process_timezone_argument()
165 zval_dtor(&local_zv_tz); in timezone_process_timezone_argument()
173 zval_dtor(&local_zv_tz); in timezone_process_timezone_argument()
189 zval_dtor(&local_zv_tz); in timezone_process_timezone_argument()
199 zval_dtor(&local_zv_tz); in timezone_process_timezone_argument()
209 zval_dtor(&local_zv_tz); in timezone_process_timezone_argument()
215 zval_dtor(&local_zv_tz); in timezone_process_timezone_argument()
H A Dtimezone_methods.cpp182 zval_dtor(arg); in PHP_FUNCTION()
187 zval_dtor(arg); in PHP_FUNCTION()
315 zval_dtor(is_systemid); in PHP_FUNCTION()
467 zval_dtor(rawOffsetArg); in PHP_FUNCTION()
470 zval_dtor(dstOffsetArg); in PHP_FUNCTION()
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_methods.c56 zval_dtor( object ); in create_transliterator()
82 zval_dtor( object ); in create_transliterator()
93 zval_dtor( object ); in create_transliterator()
195 zval_dtor( return_value ); in PHP_FUNCTION()
284 zval_dtor( return_value ); in PHP_FUNCTION()
/PHP-7.2/ext/tokenizer/
H A Dtokenizer.c152 zval_dtor(&token); in tokenize()
181 zval_dtor(&source_zval); in tokenize()
251 zval_dtor(&source_zval); in tokenize_parse()
/PHP-7.2/ext/standard/
H A Ddns_win32.c63 zval_dtor(mx_list); in PHP_FUNCTION()
67 zval_dtor(weight_list); in PHP_FUNCTION()
361 zval_dtor(authns); in PHP_FUNCTION()
365 zval_dtor(addtl); in PHP_FUNCTION()
460 zval_dtor(return_value); in PHP_FUNCTION()
H A Dpack.c856 zval_dtor(return_value); in PHP_FUNCTION()
876 zval_dtor(return_value); in PHP_FUNCTION()
883 zval_dtor(return_value); in PHP_FUNCTION()
902 zval_dtor(return_value); in PHP_FUNCTION()
1198 zval_dtor(return_value); in PHP_FUNCTION()
/PHP-7.2/ext/phar/
H A Dutil.c1407 zval_dtor(&zp[0]); in phar_call_openssl_signverify()
1408 zval_dtor(&zp[1]); in phar_call_openssl_signverify()
1409 zval_dtor(&zp[2]); in phar_call_openssl_signverify()
1415 zval_dtor(&zp[0]); in phar_call_openssl_signverify()
1416 zval_dtor(&zp[1]); in phar_call_openssl_signverify()
1417 zval_dtor(&zp[2]); in phar_call_openssl_signverify()
1435 zval_dtor(&zp[0]); in phar_call_openssl_signverify()
1436 zval_dtor(&zp[1]); in phar_call_openssl_signverify()
1437 zval_dtor(&zp[2]); in phar_call_openssl_signverify()
1452 zval_dtor(&zp[0]); in phar_call_openssl_signverify()
[all …]
/PHP-7.2/ext/filter/
H A Dfilter_private.h100 zval_dtor(value); \
/PHP-7.2/ext/interbase/
H A Dphp_ibase_udf.c301 zval_dtor(&args[i]); in call_php()
305 zval_dtor(&callback); in call_php()
337 zval_dtor(&return_value); in call_php()
/PHP-7.2/ext/intl/uchar/
H A Duchar.c205 zval_dtor(&retval); in enumCharType_callback()
208 zval_dtor(&retval); in enumCharType_callback()
319 zval_dtor(&retval); in enumCharNames_callback()
320 zval_dtor(&args[2]); in enumCharNames_callback()
323 zval_dtor(&retval); in enumCharNames_callback()
324 zval_dtor(&args[2]); in enumCharNames_callback()
/PHP-7.2/ext/sysvmsg/
H A Dsysvmsg.c353 zval_dtor(out_msgtype); in PHP_FUNCTION()
354 zval_dtor(out_message); in PHP_FUNCTION()
360 zval_dtor(zerrcode); in PHP_FUNCTION()
/PHP-7.2/main/
H A Dphp_variables.c82 zval_dtor(val); in php_register_variable_ex()
113 zval_dtor(val); in php_register_variable_ex()
127 zval_dtor(val); in php_register_variable_ex()
142 zval_dtor(val); in php_register_variable_ex()
165 zval_dtor(val); in php_register_variable_ex()
204 zval_dtor(val); in php_register_variable_ex()
/PHP-7.2/ext/intl/collator/
H A Dcollator_convert.c278 zval_dtor( zstr ); in collator_convert_object_to_string()
396 zval_dtor( &arg_copy ); in collator_make_printable_zval()
/PHP-7.2/ext/mysqli/
H A Dmysqli_warning.c45 zval_dtor(&(w->reason)); in php_clear_warnings()
46 zval_dtor(&(w->sqlstate)); in php_clear_warnings()
/PHP-7.2/ext/posix/
H A Dposix.c1110 zval_dtor(return_value); in PHP_FUNCTION()
1163 zval_dtor(return_value); in PHP_FUNCTION()
1230 zval_dtor(return_value); in PHP_FUNCTION()
1281 zval_dtor(return_value); in PHP_FUNCTION()
1400 zval_dtor(return_value); in PHP_FUNCTION()
/PHP-7.2/ext/pcntl/
H A Dpcntl.c677 zval_dtor(z_rusage); in PHP_FUNCTION()
702 zval_dtor(z_status); in PHP_FUNCTION()
729 zval_dtor(z_rusage); in PHP_FUNCTION()
755 zval_dtor(z_status); in PHP_FUNCTION()
1138 zval_dtor(user_oldset); in PHP_FUNCTION()
1237 zval_dtor(user_siginfo); in pcntl_siginfo_to_zval()

Completed in 122 milliseconds

12345