Home
last modified time | relevance | path

Searched refs:zv (Results 126 – 150 of 156) sorted by relevance

1234567

/PHP-7.1/ext/spl/
H A Dspl_fixedarray.c81 #define Z_SPLFIXEDARRAY_P(zv) spl_fixed_array_from_obj(Z_OBJ_P((zv))) argument
H A Dspl_heap.c90 #define Z_SPLHEAP_P(zv) spl_heap_from_obj(Z_OBJ_P((zv))) argument
H A Dspl_dllist.c114 #define Z_SPLDLLIST_P(zv) spl_dllist_from_obj(Z_OBJ_P((zv))) argument
H A Dspl_observer.c104 #define Z_SPLOBJSTORAGE_P(zv) spl_object_storage_from_obj(Z_OBJ_P((zv))) argument
H A Dspl_array.c83 #define Z_SPLARRAY_P(zv) spl_array_from_obj(Z_OBJ_P((zv))) argument
/PHP-7.1/ext/libxml/
H A Dlibxml.c746 static void php_libxml_exports_dtor(zval *zv) in php_libxml_exports_dtor() argument
748 free(Z_PTR_P(zv)); in php_libxml_exports_dtor()
/PHP-7.1/ext/phar/
H A Dphar_internal.h555 void destroy_phar_manifest_entry(zval *zv);
H A Dzip.c1097 static int phar_zip_changed_apply(zval *zv, void *arg) /* {{{ */ in phar_zip_changed_apply() argument
1099 return phar_zip_changed_apply_int(Z_PTR_P(zv), arg); in phar_zip_changed_apply()
/PHP-7.1/ext/intl/converter/
H A Dconverter.c39 #define Z_INTL_CONVERTER_P(zv) php_converter_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/soap/
H A Dphp_encoding.c287 zval *zv = zend_hash_str_find(ht, str, len); in soap_hash_str_find_deref() local
288 if (!zv) { in soap_hash_str_find_deref()
292 ZVAL_DEREF(zv); in soap_hash_str_find_deref()
293 return zv; in soap_hash_str_find_deref()
3649 void delete_encoder(zval *zv) in delete_encoder() argument
3651 encodePtr t = Z_PTR_P(zv); in delete_encoder()
3664 void delete_encoder_persistent(zval *zv) in delete_encoder_persistent() argument
3666 encodePtr t = Z_PTR_P(zv); in delete_encoder_persistent()
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c268 static void char_ptr_dtor_p(zval *zv) /* {{{ */ in char_ptr_dtor_p() argument
270 pefree(Z_PTR_P(zv), 1); in char_ptr_dtor_p()
2260 static void php_cli_server_client_dtor_wrapper(zval *zv) /* {{{ */ in php_cli_server_client_dtor_wrapper() argument
2262 php_cli_server_client *p = Z_PTR_P(zv); in php_cli_server_client_dtor_wrapper()
/PHP-7.1/main/
H A Doutput.c130 static void reverse_conflict_dtor(zval *zv) in reverse_conflict_dtor() argument
132 HashTable *ht = Z_PTR_P(zv); in reverse_conflict_dtor()
H A Dfastcgi.c1741 void fcgi_free_mgmt_var_cb(zval *zv) argument
1743 pefree(Z_STR_P(zv), 1);
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.c51 static void tag_dtor(zval *zv) in tag_dtor() argument
53 free(Z_PTR_P(zv)); in tag_dtor()
H A Durl_scanner_ex.re49 static void tag_dtor(zval *zv)
51 free(Z_PTR_P(zv));
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c535 zval zv; in phpdbg_add_empty_array() local
536 array_init(&zv); in phpdbg_add_empty_array()
537 ht_zv = zend_hash_add_new(ht, name, &zv); in phpdbg_add_empty_array()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c222 static int print_module_info(zval *zv) /* {{{ */ in print_module_info() argument
224 zend_module_entry *module = Z_PTR_P(zv); in print_module_info()
/PHP-7.1/Zend/
H A Dzend_language_scanner.l287 ZEND_API void zend_lex_tstring(zval *zv) in zend_lex_tstring() argument
293 ZVAL_STRINGL(zv, (char*)SCNG(yy_text), SCNG(yy_leng)); in zend_lex_tstring()
/PHP-7.1/ext/tidy/
H A Dtidy.c206 #define Z_TIDY_P(zv) php_tidy_fetch_object(Z_OBJ_P((zv))) argument
/PHP-7.1/ext/session/
H A Dsession.c509 zval *zv = (zval *)Z_PTR_P(struc); in php_session_normalize_vars()
510 ZVAL_COPY_VALUE(struc, zv); in php_session_normalize_vars()
511 ZVAL_UNDEF(zv); in php_session_normalize_vars()
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c1521 zval zv; in sxe_add_namespace_name() local
1524 ZVAL_STRING(&zv, (char*)ns->href); in sxe_add_namespace_name()
1525 zend_hash_add_new(Z_ARRVAL_P(return_value), key, &zv); in sxe_add_namespace_name()
/PHP-7.1/
H A D.gdbinit260 ____printzv $zvalue->value.zv $arg1
/PHP-7.1/main/streams/
H A Dstreams.c354 static int _php_stream_free_persistent(zval *zv, void *pStream) in _php_stream_free_persistent() argument
356 zend_resource *le = Z_RES_P(zv); in _php_stream_free_persistent()
/PHP-7.1/ext/gd/
H A Dgd.c3457 zval *zv = zend_hash_index_find(&EG(regular_list), size - 5); in php_find_gd_font() local
3458 if (!zv || (Z_RES_P(zv))->type != le_gd_font) { in php_find_gd_font()
3465 font = (gdFontPtr)Z_RES_P(zv)->ptr; in php_find_gd_font()
/PHP-7.1/ext/oci8/
H A Doci8.c107 static int php_oci_persistent_helper(zval *zv);
2733 static int php_oci_persistent_helper(zval *zv) in php_oci_persistent_helper() argument
2735 zend_resource *le = Z_RES_P(zv); in php_oci_persistent_helper()

Completed in 150 milliseconds

1234567