Searched refs:strkey (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_multisort_basic2.phpt | 8 $ar1 = array( "strkey" => 2, 1, 9 => 1); 26 ["strkey"]=>
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 492 zend_string *strkey; in phpdbg_parse_variable_with_arg() local 493 ZEND_HASH_FOREACH_KEY_VAL_IND(parent, numkey, strkey, zv) { in phpdbg_parse_variable_with_arg() 499 if (strkey) { in phpdbg_parse_variable_with_arg() 500 key = ZSTR_VAL(strkey); in phpdbg_parse_variable_with_arg() 501 keylen = ZSTR_LEN(strkey); in phpdbg_parse_variable_with_arg() 508 if (!strkey) { in phpdbg_parse_variable_with_arg()
|
H A D | phpdbg_bp.h | 155 …breakbase_ex(zend_ulong id, HashTable **table, zend_ulong *numkey, zend_string **strkey); /* }}} */
|
H A D | phpdbg_bp.c | 1194 zend_string *strkey; in phpdbg_delete_breakpoint() local 1197 if ((brake = phpdbg_find_breakbase_ex(num, &table, &numkey, &strkey))) { in phpdbg_delete_breakpoint() 1231 if (strkey) { in phpdbg_delete_breakpoint() 1232 zend_hash_del(table, strkey); in phpdbg_delete_breakpoint() 1425 zend_string *strkey; in phpdbg_find_breakbase() local 1428 return phpdbg_find_breakbase_ex(id, &table, &numkey, &strkey); in phpdbg_find_breakbase() 1431 …_breakbase_ex(zend_ulong id, HashTable **table, zend_ulong *numkey, zend_string **strkey) /* {{{ */ in phpdbg_find_breakbase_ex() argument 1436 ZEND_HASH_FOREACH_KEY_PTR(*table, *numkey, *strkey, brake) { in phpdbg_find_breakbase_ex()
|
Completed in 11 milliseconds