Home
last modified time | relevance | path

Searched refs:zend_hash_num_elements (Results 1 – 25 of 99) sorted by path

1234

/PHP-5.5/Zend/
H A Dzend.c526 compiler_globals->last_static_member = zend_hash_num_elements(compiler_globals->class_table); in compiler_globals_ctor()
H A Dzend_API.c2488 return zend_hash_num_elements(&module_registry) + 1; in zend_next_free_module()
3084 if (zend_hash_num_elements(Z_ARRVAL_P(callable)) == 2) { in zend_is_callable_ex()
3157 if (zend_hash_num_elements(Z_ARRVAL_P(callable)) == 2) { in zend_is_callable_ex()
3302 fci->param_count = zend_hash_num_elements(Z_ARRVAL_P(args)); in zend_fcall_info_args()
H A Dzend_builtin_functions.c1776 array_init_size(return_value, zend_hash_num_elements(EG(active_symbol_table))); in ZEND_FUNCTION()
1963 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval *)); in ZEND_FUNCTION()
1964 module_names = emalloc((zend_hash_num_elements(&module_registry) + 2) * sizeof(char *)); in ZEND_FUNCTION()
H A Dzend_closures.c465 …zend_hash_init(closure->func.op_array.static_variables, zend_hash_num_elements(static_variables), … in zend_create_closure()
H A Dzend_compile.c2990 …zend_hash_init(op_array->static_variables, zend_hash_num_elements(static_variables), NULL, ZVAL_PT… in function_add_ref()
6832 int n = zend_hash_num_elements(CG(class_table)); in zend_initialize_class_data()
H A Dzend_execute.h119 result = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in i_zend_is_true()
H A Dzend_execute_API.c213 symbols = zend_hash_num_elements(&EG(symbol_table)); in shutdown_destructors()
215 } while (symbols != zend_hash_num_elements(&EG(symbol_table))); in shutdown_destructors()
572 zend_hash_init(tmp_ht, zend_hash_num_elements(Z_ARRVAL_P(p)), NULL, ZVAL_PTR_DTOR, 0); in zval_update_constant_ex()
H A Dzend_generators.c273 zend_hash_num_elements(op_array->static_variables), in zend_generator_create_zval()
H A Dzend_hash.c1053 ZEND_API int zend_hash_num_elements(const HashTable *ht) in zend_hash_num_elements() function
H A Dzend_hash.h227 ZEND_API int zend_hash_num_elements(const HashTable *ht);
H A Dzend_operators.c269 Z_LVAL(holder) = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); \
316 Z_LVAL(holder) = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); \
398 tmp = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in convert_to_long_base()
458 tmp = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in convert_to_double()
547 tmp = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in convert_to_boolean()
H A Dzend_ts_hash.c341 retval = zend_hash_num_elements(TS_HASH(ht)); in zend_ts_hash_num_elements()
H A Dzend_variables.c137 zend_hash_init(tmp_ht, zend_hash_num_elements(original_ht), NULL, ZVAL_PTR_DTOR, 0); in _zval_copy_ctor_func()
H A Dzend_vm_def.h2696 zend_hash_num_elements(Z_ARRVAL_P(function_name)) == 2) {
H A Dzend_vm_execute.h1293 zend_hash_num_elements(Z_ARRVAL_P(function_name)) == 2) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1618 zend_hash_num_elements(Z_ARRVAL_P(function_name)) == 2) { in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1805 zend_hash_num_elements(Z_ARRVAL_P(function_name)) == 2) { in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
2030 zend_hash_num_elements(Z_ARRVAL_P(function_name)) == 2) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
/PHP-5.5/ext/dba/
H A Ddba.c210 if (zend_hash_num_elements(Z_ARRVAL_P(key)) != 2) {
/PHP-5.5/ext/dom/
H A Dnode.c1858 inclusive_ns_prefixes = safe_emalloc(zend_hash_num_elements(Z_ARRVAL_P(ns_prefixes)) + 1, in dom_canonicalization()
H A Dnodelist.c68 count = zend_hash_num_elements(nodeht); in dom_nodelist_length_read()
/PHP-5.5/ext/ereg/
H A Dereg.c145 if (zend_hash_num_elements(&EREG(ht_rc)) >= EREG_CACHE_SIZE) { in _php_regcomp()
/PHP-5.5/ext/gd/
H A Dgd.c1530 stylearr = safe_emalloc(sizeof(int), zend_hash_num_elements(HASH_OF(styles)), 0); in PHP_FUNCTION()
3338 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()
4866 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); in PHP_FUNCTION()
4874 if (Z_TYPE_PP(var) != IS_ARRAY || zend_hash_num_elements(Z_ARRVAL_PP(var)) != 3 ) { in PHP_FUNCTION()
5165 if ((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_affine))) != 6) { in PHP_FUNCTION()
5393 …if (((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_m1))) != 6) || (nelems = zend_hash_num_elements in PHP_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c1185 int nelems = zend_hash_num_elements(Z_ARRVAL_PP(disabled_auth_method)); in php_imap_do_open()
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c412 if( !hash || zend_hash_num_elements( hash ) == 0 ) in PHP_FUNCTION()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c833 if (options && zend_hash_num_elements(Z_ARRVAL_P(options))) { in PHP_METHOD()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c173 if (!hash_arr || zend_hash_num_elements(hash_arr) == 0) { in PHP_FUNCTION()
H A Ddateformat_format_object.cpp91 if (zend_hash_num_elements(ht) != 2) { in PHP_FUNCTION()

Completed in 351 milliseconds

1234