Home
last modified time | relevance | path

Searched refs:strkey (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_basic2.phpt14 $ar1 = array( "strkey" => 2, 1, 9 => 1);
33 ["strkey"]=>
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c246 zend_string *strkey = NULL; in phpdbg_webdata_decompress() local
255 ZEND_HASH_FOREACH_STR_KEY_PTR(Z_ARRVAL_P(zvp), strkey, name) { in phpdbg_webdata_decompress()
260 strkey = NULL; in phpdbg_webdata_decompress()
287 ZEND_ASSERT(strkey); in phpdbg_webdata_decompress()
288 zend_hash_del(Z_ARRVAL_P(zvp), strkey); in phpdbg_webdata_decompress()
H A Dphpdbg_utils.c475 zend_string *strkey; in phpdbg_parse_variable_with_arg() local
476 ZEND_HASH_FOREACH_KEY_VAL_IND(parent, numkey, strkey, zv) { in phpdbg_parse_variable_with_arg()
482 if (strkey) { in phpdbg_parse_variable_with_arg()
483 key = ZSTR_VAL(strkey); in phpdbg_parse_variable_with_arg()
484 keylen = ZSTR_LEN(strkey); in phpdbg_parse_variable_with_arg()
491 if (!strkey) { in phpdbg_parse_variable_with_arg()
H A Dphpdbg_bp.h157 …breakbase_ex(zend_ulong id, HashTable **table, zend_ulong *numkey, zend_string **strkey); /* }}} */
H A Dphpdbg_bp.c1201 zend_string *strkey; in phpdbg_delete_breakpoint() local
1204 if ((brake = phpdbg_find_breakbase_ex(num, &table, &numkey, &strkey))) { in phpdbg_delete_breakpoint()
1238 if (strkey) { in phpdbg_delete_breakpoint()
1239 zend_hash_del(table, strkey); in phpdbg_delete_breakpoint()
1432 zend_string *strkey; in phpdbg_find_breakbase() local
1435 return phpdbg_find_breakbase_ex(id, &table, &numkey, &strkey); in phpdbg_find_breakbase()
1438 …_breakbase_ex(zend_ulong id, HashTable **table, zend_ulong *numkey, zend_string **strkey) /* {{{ */ in phpdbg_find_breakbase_ex() argument
1443 ZEND_HASH_FOREACH_KEY_PTR(*table, *numkey, *strkey, brake) { in phpdbg_find_breakbase_ex()

Completed in 18 milliseconds