Home
last modified time | relevance | path

Searched refs:FREE_ZVAL (Results 1 – 25 of 35) sorted by relevance

12

/PHP-5.5/ext/readline/
H A Dreadline.c189 FREE_ZVAL(_readline_completion); in PHP_RSHUTDOWN_FUNCTION()
543 FREE_ZVAL(_readline_completion); in PHP_FUNCTION()
601 FREE_ZVAL(_prepped_callback); in PHP_FUNCTION()
630 FREE_ZVAL(_prepped_callback); in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c196 FREE_ZVAL(zv); in parse_packet_soap()
203 FREE_ZVAL(zv); in parse_packet_soap()
226 FREE_ZVAL(zv); in parse_packet_soap()
391 FREE_ZVAL(tmp); in parse_packet_soap()
/PHP-5.5/Zend/
H A Dzend_gc.h210 #undef FREE_ZVAL
211 #define FREE_ZVAL(z) \ macro
H A Dzend_alloc.h168 #define FREE_ZVAL(z) \ macro
H A Dzend_operators.c353 FREE_ZVAL(newop); \
502 FREE_ZVAL(org); in convert_to_null()
1462 FREE_ZVAL(op); in zend_free_obj_get_result()
H A Dzend.h799 FREE_ZVAL(pzv); \
H A Dzend_vm_execute.h14434 FREE_ZVAL(z); in zend_pre_incdec_property_helper_SPEC_VAR_CONST()
14538 FREE_ZVAL(z); in zend_post_incdec_property_helper_SPEC_VAR_CONST()
16954 FREE_ZVAL(z); in zend_pre_incdec_property_helper_SPEC_VAR_TMP()
17058 FREE_ZVAL(z); in zend_post_incdec_property_helper_SPEC_VAR_TMP()
19053 FREE_ZVAL(z); in zend_pre_incdec_property_helper_SPEC_VAR_VAR()
19157 FREE_ZVAL(z); in zend_post_incdec_property_helper_SPEC_VAR_VAR()
22692 FREE_ZVAL(z); in zend_pre_incdec_property_helper_SPEC_VAR_CV()
22796 FREE_ZVAL(z); in zend_post_incdec_property_helper_SPEC_VAR_CV()
24651 FREE_ZVAL(z); in zend_pre_incdec_property_helper_SPEC_UNUSED_CONST()
24755 FREE_ZVAL(z); in zend_post_incdec_property_helper_SPEC_UNUSED_CONST()
[all …]
/PHP-5.5/ext/oci8/
H A Doci8_collection.c486 FREE_ZVAL(*result_element); in php_oci_collection_element_get()
492 FREE_ZVAL(*result_element); in php_oci_collection_element_get()
508 FREE_ZVAL(*result_element); in php_oci_collection_element_get()
551 FREE_ZVAL(*result_element); in php_oci_collection_element_get()
562 FREE_ZVAL(*result_element); in php_oci_collection_element_get()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c458 FREE_ZVAL(patt); in file_replace()
468 FREE_ZVAL(repl); in file_replace()
470 FREE_ZVAL(patt); in file_replace()
H A Dsoftmagic.c2066 FREE_ZVAL(pattern); in magiccheck()
2087 FREE_ZVAL(retval); in magiccheck()
2089 FREE_ZVAL(pattern); in magiccheck()
2176 FREE_ZVAL(retval); in magiccheck()
2178 FREE_ZVAL(pattern); in magiccheck()
2188 FREE_ZVAL(retval); in magiccheck()
2191 FREE_ZVAL(pattern); in magiccheck()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c570 FREE_ZVAL(zin); in cli_register_file_handles()
571 FREE_ZVAL(zout); in cli_register_file_handles()
572 FREE_ZVAL(zerr); in cli_register_file_handles()
612 FREE_ZVAL(zin); in cli_register_file_handles()
613 FREE_ZVAL(zout); in cli_register_file_handles()
614 FREE_ZVAL(zerr); in cli_register_file_handles()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c273 FREE_ZVAL(server->method_map); in destroy_server_data()
276 FREE_ZVAL(server->introspection_map); in destroy_server_data()
839 FREE_ZVAL(retval); in PHP_FUNCTION()
860 FREE_ZVAL(retval); in PHP_FUNCTION()
1151 FREE_ZVAL(data.return_data); in PHP_FUNCTION()
1195 FREE_ZVAL(data.return_data); in PHP_FUNCTION()
/PHP-5.5/ext/dom/
H A Dxpath.c336 FREE_ZVAL(tmp); in dom_xpath_document_read()
341 FREE_ZVAL(tmp); in dom_xpath_document_read()
/PHP-5.5/win32/
H A Dsendmail.c178 FREE_ZVAL(replace); in php_win32_mail_trim_header()
192 FREE_ZVAL(replace); in php_win32_mail_trim_header()
/PHP-5.5/ext/interbase/
H A Dibase_events.c60 FREE_ZVAL(event->callback); in _php_ibase_free_event()
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c375 FREE_ZVAL(tmp); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2165 + FREE_ZVAL(patt);
2180 + FREE_ZVAL(repl);
2182 + FREE_ZVAL(patt);
3431 + FREE_ZVAL(pattern);
3452 + FREE_ZVAL(retval);
3454 + FREE_ZVAL(pattern);
3541 + FREE_ZVAL(retval);
3543 + FREE_ZVAL(pattern);
3563 + FREE_ZVAL(retval);
3569 + FREE_ZVAL(pattern);
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1532 FREE_ZVAL(data); in PHP_METHOD()
1550 FREE_ZVAL(data); in PHP_METHOD()
2400 FREE_ZVAL(stmt->fetch.into); in free_statement()
2521 FREE_ZVAL(I->fetch_ahead); in pdo_stmt_iter_move_forwards()
2559 FREE_ZVAL(I->fetch_ahead); in pdo_stmt_iter_get()
/PHP-5.5/ext/wddx/
H A Dwddx.c548 FREE_ZVAL(fname); in php_wddx_serialize_object()
969 FREE_ZVAL(fname); in php_wddx_pop_element()
/PHP-5.5/ext/json/
H A Djson.c763 FREE_ZVAL(z); in php_json_decode_ex()
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c411 FREE_ZVAL(proxy->indices[i]); in saproxy_free_storage()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5408 FREE_ZVAL(new_val); \
5445 FREE_ZVAL(meta);
6046 FREE_ZVAL(new_val);
6064 FREE_ZVAL(meta);
6267 FREE_ZVAL(converted);
6419 FREE_ZVAL(var_converted);
6423 FREE_ZVAL(ids_converted);
6515 FREE_ZVAL(ids_converted);
6653 FREE_ZVAL(ids_converted);
/PHP-5.5/ext/ldap/
H A Dldap.c100 FREE_ZVAL(ld->rebindproc); in ZEND_GET_MODULE()
2474 FREE_ZVAL(cb_url); in _ldap_rebind_proc()
2497 FREE_ZVAL(ld->rebindproc); in PHP_FUNCTION()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c678 FREE_ZVAL(zcert); in php_openssl_enable_crypto()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c654 FREE_ZVAL(data);
2144 FREE_ZVAL(intern->stmt_obj_zval);

Completed in 241 milliseconds

12