Searched refs:zend_hash_num_elements (Results 76 – 100 of 120) sorted by relevance
12345
/PHP-7.2/Zend/ |
H A D | zend_object_handlers.c | 332 if (UNEXPECTED(zend_hash_num_elements(&ce->properties_info) == 0)) { in zend_get_property_offset() 413 if (UNEXPECTED(zend_hash_num_elements(&ce->properties_info) == 0)) { in zend_get_property_info()
|
H A D | zend_API.c | 2700 return zend_hash_num_elements(&module_registry) + 1; in zend_next_free_module() 3290 if (zend_hash_num_elements(Z_ARRVAL_P(callable)) == 2) { in zend_get_callable_name_ex() 3389 if (zend_hash_num_elements(Z_ARRVAL_P(callable)) == 2) { in zend_is_callable_impl() 3443 if (zend_hash_num_elements(Z_ARRVAL_P(callable)) == 2) { in zend_is_callable_impl() 3584 fci->param_count = zend_hash_num_elements(Z_ARRVAL_P(args)); in zend_fcall_info_args_ex()
|
H A D | zend_hash.c | 305 num = zend_hash_num_elements(ht); in zend_array_count() 2514 zend_hash_init(new_ht, zend_hash_num_elements(ht), NULL, ZVAL_PTR_DTOR, 0); in zend_symtable_to_proptable() 2574 zend_hash_init(new_ht, zend_hash_num_elements(ht), NULL, ZVAL_PTR_DTOR, 0); in zend_proptable_to_symtable()
|
H A D | zend_operators.h | 315 if (zend_hash_num_elements(Z_ARRVAL_P(op))) { in i_zend_is_true()
|
H A D | zend_gc.c | 140 zend_hash_num_elements(arr)); in gc_trace_ref()
|
H A D | zend.c | 576 compiler_globals->last_static_member = zend_hash_num_elements(compiler_globals->class_table); in compiler_globals_ctor()
|
/PHP-7.2/ext/com_dotnet/ |
H A D | com_variant.c | 64 bound.cElements = zend_hash_num_elements(Z_ARRVAL_P(z)); in safe_array_from_zval()
|
/PHP-7.2/ext/standard/ |
H A D | file.c | 667 if (zend_hash_num_elements(Z_ARRVAL_P(data))) { in PHP_FUNCTION() 1937 count = zend_hash_num_elements(Z_ARRVAL_P(fields)); in php_fputcsv()
|
H A D | url_scanner_ex.c | 403 if (!zend_hash_num_elements(allowed_hosts) && in check_host_whitelist()
|
/PHP-7.2/ext/spl/ |
H A D | spl_array.c | 849 ZEND_INIT_SYMTABLE_EX(debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_array_get_debug_info() 1427 *count = zend_hash_num_elements(aht); in spl_array_object_count_elements_helper()
|
H A D | spl_heap.c | 494 ZEND_INIT_SYMTABLE_EX(debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_heap_object_get_debug_info_helper()
|
H A D | spl_iterators.c | 2083 count = zend_hash_num_elements(Z_ARRVAL(intern->current.data)); in SPL_METHOD() 2283 RETURN_BOOL(zend_hash_num_elements(Z_ARRVAL(intern->current.data)) > 0); in SPL_METHOD() 2999 RETURN_LONG(zend_hash_num_elements(Z_ARRVAL(intern->u.caching.zcache))); in SPL_METHOD()
|
H A D | spl_directory.c | 2225 && zend_hash_num_elements(Z_ARRVAL(intern->u.file.current_zval)) == 1) { in spl_filesystem_file_is_empty_line() 2235 return zend_hash_num_elements(Z_ARRVAL(intern->u.file.current_zval)) == 0; in spl_filesystem_file_is_empty_line()
|
/PHP-7.2/ext/opcache/Optimizer/ |
H A D | zend_cfg.c | 581 block->successors_count = 2 + zend_hash_num_elements(jumptable); in zend_build_cfg()
|
H A D | dfa_pass.c | 405 zend_hash_init(dst, zend_hash_num_elements(src), NULL, ZVAL_PTR_DTOR, 0); in zend_dfa_optimize_calls()
|
/PHP-7.2/sapi/cgi/ |
H A D | cgi_main.c | 680 zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0 in cgi_php_import_environment_variables() 687 zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in cgi_php_import_environment_variables()
|
/PHP-7.2/ext/dba/ |
H A D | dba.c | 211 if (zend_hash_num_elements(Z_ARRVAL_P(key)) != 2) {
|
/PHP-7.2/ext/snmp/ |
H A D | snmp.c | 979 if (zend_hash_num_elements(Z_ARRVAL_P(oid)) == 0) { in php_snmp_parse_oid() 983 …objid_query->vars = (snmpobjarg *)safe_emalloc(sizeof(snmpobjarg), zend_hash_num_elements(Z_ARRVAL… in php_snmp_parse_oid()
|
/PHP-7.2/ext/openssl/ |
H A D | xp_ssl.c | 342 if (!zend_hash_num_elements(Z_ARRVAL_P(val))) { in php_openssl_x509_fingerprint_match() 1382 sslsock->sni_cert_count = zend_hash_num_elements(Z_ARRVAL_P(val)); in php_openssl_enable_server_sni()
|
/PHP-7.2/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 564 if (!zend_hash_num_elements(Z_ARRVAL_P(pg_rows))) { in PHP_METHOD()
|
/PHP-7.2/ext/phar/ |
H A D | stream.c | 615 if (phar->mounted_dirs.u.flags && zend_hash_num_elements(&phar->mounted_dirs)) { in phar_wrapper_stat()
|
/PHP-7.2/ext/intl/converter/ |
H A D | converter.c | 801 if (options && zend_hash_num_elements(Z_ARRVAL_P(options))) { in PHP_METHOD()
|
/PHP-7.2/ext/wddx/ |
H A D | wddx.c | 572 snprintf(tmp_buf, sizeof(tmp_buf), WDDX_ARRAY_S, zend_hash_num_elements(target_hash)); in php_wddx_serialize_array()
|
/PHP-7.2/ext/pdo/ |
H A D | pdo_dbh.c | 1040 error_count = zend_hash_num_elements(Z_ARRVAL_P(return_value)); in PHP_METHOD()
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli.c | 428 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in mysqli_object_get_debug_info()
|
Completed in 133 milliseconds
12345