Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/xsl/
H A Dphp_xsl.c103 intern->parameter = zend_new_array(0); in xsl_objects_new()
104 intern->registered_phpfunctions = zend_new_array(0); in xsl_objects_new()
H A Dxsltprocessor.c267 intern->node_list = zend_new_array(0); in xsl_ext_function_php()
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp146 debug_info = zend_new_array(8); in BreakIterator_get_debug_info()
/PHP-8.0/Zend/
H A Dzend_objects.c224 new_object->properties = zend_new_array(zend_hash_num_elements(old_object->properties)); in zend_objects_clone_members()
H A Dzend_vm_execute.h3128 args = zend_new_array(num_args); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3264 args = zend_new_array(num_args); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
7029 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_CONST_CONST_HANDLER()
9188 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_CONST_TMPVAR_HANDLER()
10108 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_CONST_UNUSED_HANDLER()
10498 ht = zend_new_array(result_size); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
11575 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_CONST_CV_HANDLER()
19525 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_TMP_CONST_HANDLER()
19928 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_TMP_TMPVAR_HANDLER()
20388 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_TMP_UNUSED_HANDLER()
[all …]
H A Dzend_hash.h283 # define zend_new_array(size) \ macro
294 # define zend_new_array(size) \ macro
H A Dzend_closures.c553 debug_info = zend_new_array(8); in zend_closure_get_debug_info()
H A Dzend_object_handlers.c68 zobj->properties = zend_new_array(ce->default_properties_count); in rebuild_object_properties()
168 ht = zend_new_array(0); in zend_std_get_debug_info()
H A Dzend_API.h429 #define array_init(arg) ZVAL_ARR((arg), zend_new_array(0))
430 #define array_init_size(arg, size) ZVAL_ARR((arg), zend_new_array(size))
1174 zend_array *arr = zend_new_array(size); in zend_try_array_init_size()
H A Dzend_vm_def.h1223 ZVAL_ARR(container, zend_new_array(8));
2639 ZVAL_ARR(object_ptr, zend_new_array(8));
6104 ZVAL_ARR(array, zend_new_array(size));
6111 ZVAL_ARR(array, zend_new_array(0));
6157 ZVAL_ARR(result, zend_new_array(1));
6191 Z_OBJ_P(result)->properties = ht = zend_new_array(1);
8541 args = zend_new_array(num_args);
9127 ht = zend_new_array(result_size);
H A Dzend_hash.c2777 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_symtable_to_proptable()
2835 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_proptable_to_symtable()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_class.cpp157 debug_info = zend_new_array(8); in Calendar_get_debug_info()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp304 debug_info = zend_new_array(8); in TimeZone_get_debug_info()
/PHP-8.0/ext/dom/
H A Dxpath.c163 intern->node_list = zend_new_array(0); in dom_xpath_ext_function_php()
H A Dphp_dom.c1044 intern->registered_phpfunctions = zend_new_array(0); in dom_xpath_objects_new()
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c663 ht = zend_new_array(zend_hash_num_elements(Z_ARRVAL_P(stream_array))); in stream_array_from_fd_set()
712 ht = zend_new_array(zend_hash_num_elements(Z_ARRVAL_P(stream_array))); in stream_array_emulate_read_fd_set()
H A Dbrowscap.c279 HashTable *ht = zend_new_array(8); in browscap_entry_to_array()
/PHP-8.0/ext/spl/
H A Dspl_heap.c502 debug_info = zend_new_array(zend_hash_num_elements(intern->std.properties) + 1); in spl_heap_object_get_debug_info()
H A Dspl_dllist.c495 debug_info = zend_new_array(1); in spl_dllist_object_get_debug_info()
H A Dspl_observer.c253 debug_info = zend_new_array(zend_hash_num_elements(props) + 1); in spl_object_storage_debug_info()
/PHP-8.0/ext/ffi/
H A Dffi.c1996 ht = zend_new_array(1); in zend_ffi_cdata_get_debug_info()
2004 ht = zend_new_array(1); in zend_ffi_cdata_get_debug_info()
2010 ht = zend_new_array(1); in zend_ffi_cdata_get_debug_info()
2016 ht = zend_new_array(1); in zend_ffi_cdata_get_debug_info()
2023 ht = zend_new_array(zend_hash_num_elements(&type->record.fields)); in zend_ffi_cdata_get_debug_info()
2039 ht = zend_new_array(type->array.length); in zend_ffi_cdata_get_debug_info()
2048 ht = zend_new_array(0); in zend_ffi_cdata_get_debug_info()
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c124 Z_ARR_P(zv) = zend_new_array(8); in empty_partial_array()
136 Z_ARR_P(zv) = zend_new_array(8); in empty_partial_object()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c404 retval = zend_new_array(zend_hash_num_elements(props) + 1); in mysqli_object_get_debug_info()
/PHP-8.0/ext/soap/
H A Dsoap.c933 service->soap_functions.ft = zend_new_array(0); in PHP_METHOD()
1115 service->soap_functions.ft = zend_new_array(zend_hash_num_elements(Z_ARRVAL_P(function_name))); in PHP_METHOD()
1152 service->soap_functions.ft = zend_new_array(0); in PHP_METHOD()
2554 soap_headers = zend_new_array(0);
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c1102 rv = zend_new_array(0); in sxe_get_prop_hash()
1107 rv = zend_new_array(0); in sxe_get_prop_hash()

Completed in 415 milliseconds

12