Home
last modified time | relevance | path

Searched refs:zend_hash_num_elements (Results 151 – 175 of 1449) sorted by relevance

12345678910>>...58

/dports/lang/php81/php-8.1.1/ext/standard/
H A Dvar.c135 count = zend_hash_num_elements(myht); in php_var_dump()
326 count = zend_hash_num_elements(myht); in php_debug_zval_dump()
856 zend_hash_init(ht, zend_hash_num_elements(sleep_retval), NULL, ZVAL_PTR_DTOR, 0); in php_var_serialize_get_sleep_props()
979 buf, struc, &props, zend_hash_num_elements(&props), /* incomplete_class */ 0, var_hash); in php_var_serialize_class()
1091 smart_str_append_unsigned(buf, zend_hash_num_elements(Z_ARRVAL(retval))); in php_var_serialize_intern()
1354 …zend_hash_init(class_hash, (Z_TYPE_P(classes) == IS_ARRAY)?zend_hash_num_elements(Z_ARRVAL_P(class… in php_unserialize_with_options()
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/php/standard/
H A Dproc_open.cc53 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp()
324 uint32_t num_elems = zend_hash_num_elements(Z_ARRVAL_P(command_zv)); in PHP_FUNCTION()
370 ndescriptors_array = zend_hash_num_elements(Z_ARRVAL_P(descriptorspec)); in PHP_FUNCTION()
/dports/devel/pecl-raphf2/raphf-2.0.1/src/
H A Dphp_raphf_api.c152 zend_hash_num_elements(&list->free)); in php_persistent_handle_apply_stat()
496 if (zend_hash_num_elements(&PHP_RAPHF_G->persistent_handle.hash)) { in php_persistent_handle_statall()
628 slprintf(free, sizeof(free), "%d", zend_hash_num_elements(&list->free)); in php_persistent_handle_apply_info_ex()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_client.c200 num_options = zend_hash_num_elements(options_ht); in PHP_METHOD()
591 if (zend_hash_num_elements(solr_params->params) < 1) in PHP_METHOD()
684 if (0 == zend_hash_num_elements(document_fields)) { in PHP_METHOD()
779 num_input_docs = zend_hash_num_elements(solr_input_docs); in PHP_METHOD()
823 if (0 == zend_hash_num_elements(document_fields)) { in PHP_METHOD()
1125 num_ids = zend_hash_num_elements(doc_ids); in PHP_METHOD()
1465 num_queries = zend_hash_num_elements(doc_queries); in PHP_METHOD()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_inheritance.c751 if (zend_hash_num_elements(Z_ARRVAL_P(zv)) == 0) { in zend_get_function_declaration()
1369 if (zend_hash_num_elements(&parent_ce->properties_info)) { in zend_do_inheritance_ex()
1371 zend_hash_num_elements(&ce->properties_info) + in zend_do_inheritance_ex()
1372 zend_hash_num_elements(&parent_ce->properties_info), 0); in zend_do_inheritance_ex()
1379 if (zend_hash_num_elements(&parent_ce->constants_table)) { in zend_do_inheritance_ex()
1383 zend_hash_num_elements(&ce->constants_table) + in zend_do_inheritance_ex()
1384 zend_hash_num_elements(&parent_ce->constants_table), 0); in zend_do_inheritance_ex()
1391 if (zend_hash_num_elements(&parent_ce->function_table)) { in zend_do_inheritance_ex()
1393 zend_hash_num_elements(&ce->function_table) + in zend_do_inheritance_ex()
1394 zend_hash_num_elements(&parent_ce->function_table), 0); in zend_do_inheritance_ex()
[all …]
H A Dzend_weakrefs.c134 if (zend_hash_num_elements(ht) == 0) { in zend_weakref_unregister()
407 *count = zend_hash_num_elements(&wm->ht); in zend_weakmap_count_elements()
420 zend_hash_init(ht, zend_hash_num_elements(&wm->ht), NULL, ZVAL_PTR_DTOR, 0); in zend_weakmap_get_properties_for()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_inheritance.c751 if (zend_hash_num_elements(Z_ARRVAL_P(zv)) == 0) { in zend_get_function_declaration()
1369 if (zend_hash_num_elements(&parent_ce->properties_info)) { in zend_do_inheritance_ex()
1371 zend_hash_num_elements(&ce->properties_info) + in zend_do_inheritance_ex()
1372 zend_hash_num_elements(&parent_ce->properties_info), 0); in zend_do_inheritance_ex()
1379 if (zend_hash_num_elements(&parent_ce->constants_table)) { in zend_do_inheritance_ex()
1383 zend_hash_num_elements(&ce->constants_table) + in zend_do_inheritance_ex()
1384 zend_hash_num_elements(&parent_ce->constants_table), 0); in zend_do_inheritance_ex()
1391 if (zend_hash_num_elements(&parent_ce->function_table)) { in zend_do_inheritance_ex()
1393 zend_hash_num_elements(&ce->function_table) + in zend_do_inheritance_ex()
1394 zend_hash_num_elements(&parent_ce->function_table), 0); in zend_do_inheritance_ex()
[all …]
H A Dzend_weakrefs.c134 if (zend_hash_num_elements(ht) == 0) { in zend_weakref_unregister()
407 *count = zend_hash_num_elements(&wm->ht); in zend_weakmap_count_elements()
420 zend_hash_init(ht, zend_hash_num_elements(&wm->ht), NULL, ZVAL_PTR_DTOR, 0); in zend_weakmap_get_properties_for()
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/php/
H A Dutil.i85 int numitems = zend_hash_num_elements(Z_ARRVAL_PP($input));
/dports/www/pecl-http/pecl_http-3.2.4/src/
H A Dphp_http_negotiate.h106 …if (zend_hash_num_elements(result) && HASH_KEY_IS_STRING == zend_hash_get_current_key(result, &key…
H A Dphp_http_client_response.c43 …allowed_extras = ecalloc(zend_hash_num_elements(Z_ARRVAL_P(allowed_extras_array)) + 1, sizeof(char… in PHP_METHOD()
/dports/www/pecl-yaf/yaf-3.3.3/requests/
H A Dyaf_request_simple.c103 …zend_hash_init(request->params, zend_hash_num_elements(Z_ARRVAL_P(params)), NULL, ZVAL_PTR_DTOR, 0… in ZEND_END_ARG_INFO()
/dports/security/pecl-pkcs11/pkcs11-1.0/
H A Dpkcs11object.c43 int attributeIdCount = zend_hash_num_elements(Z_ARRVAL_P(attributeIds));
/dports/devel/pecl-json_post/json_post-1.0.2/
H A Dphp_json_post.c71 if (zend_hash_num_elements(HASH_OF(&tmp))) { in SAPI_POST_HANDLER_FUNC()
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c225 if (zend_hash_num_elements(&persistent_script->script.function_table) > 0) { in zend_accel_load_script()
229 if (zend_hash_num_elements(&persistent_script->script.class_table) > 0) { in zend_accel_load_script()
/dports/lang/php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c225 if (zend_hash_num_elements(&persistent_script->script.function_table) > 0) { in zend_accel_load_script()
229 if (zend_hash_num_elements(&persistent_script->script.class_table) > 0) { in zend_accel_load_script()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c225 if (zend_hash_num_elements(&persistent_script->script.function_table) > 0) { in zend_accel_load_script()
229 if (zend_hash_num_elements(&persistent_script->script.class_table) > 0) { in zend_accel_load_script()
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_redis_server.cc329 …length = sw_snprintf(message, sizeof(message), "*%d\r\n", zend_hash_num_elements(Z_ARRVAL_P(value)… in PHP_METHOD()
350 …length = sw_snprintf(message, sizeof(message), "*%d\r\n", 2 * zend_hash_num_elements(Z_ARRVAL_P(va… in PHP_METHOD()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/develop/
H A Dmonitor.c116 …XG_DEV(functions_to_monitor) = xdebug_hash_alloc(zend_hash_num_elements(functions_to_monitor) + 1,… in PHP_FUNCTION()
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A Dimagick_helpers.c294 *num_elements = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in php_imagick_zval_to_double_array()
345 *num_elements = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in php_imagick_zval_to_long_array()
397 *num_elements = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in php_imagick_zval_to_char_array()
550 elements = zend_hash_num_elements(Z_ARRVAL_P(coordinate_array)); in php_imagick_zval_to_pointinfo_array()
574 sub_elements = zend_hash_num_elements(Z_ARRVAL_P(pzvalue)); in php_imagick_zval_to_pointinfo_array()
625 sub_elements = zend_hash_num_elements(Z_ARRVAL_PP(ppzval)); in php_imagick_zval_to_pointinfo_array()
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A Dimagick_helpers.c294 *num_elements = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in php_imagick_zval_to_double_array()
345 *num_elements = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in php_imagick_zval_to_long_array()
397 *num_elements = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in php_imagick_zval_to_char_array()
550 elements = zend_hash_num_elements(Z_ARRVAL_P(coordinate_array)); in php_imagick_zval_to_pointinfo_array()
574 sub_elements = zend_hash_num_elements(Z_ARRVAL_P(pzvalue)); in php_imagick_zval_to_pointinfo_array()
625 sub_elements = zend_hash_num_elements(Z_ARRVAL_PP(ppzval)); in php_imagick_zval_to_pointinfo_array()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_weakrefs.c134 if (zend_hash_num_elements(ht) == 0) { in zend_weakref_unregister()
407 *count = zend_hash_num_elements(&wm->ht); in zend_weakmap_count_elements()
420 zend_hash_init(ht, zend_hash_num_elements(&wm->ht), NULL, ZVAL_PTR_DTOR, 0); in zend_weakmap_get_properties_for()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_weakrefs.c134 if (zend_hash_num_elements(ht) == 0) { in zend_weakref_unregister()
407 *count = zend_hash_num_elements(&wm->ht); in zend_weakmap_count_elements()
420 zend_hash_init(ht, zend_hash_num_elements(&wm->ht), NULL, ZVAL_PTR_DTOR, 0); in zend_weakmap_get_properties_for()
/dports/lang/php73/php-7.3.33/ext/dom/
H A Dnodelist.c73 count = zend_hash_num_elements(nodeht); in dom_nodelist_length_read()
/dports/www/mod_php81/php-8.1.1/ext/dom/
H A Dnodelist.c47 return zend_hash_num_elements(nodeht); in get_nodelist_length()

12345678910>>...58