Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/array/
H A Darray_multisort_basic2.phpt8 $ar1 = array( "strkey" => 2, 1, 9 => 1);
26 ["strkey"]=>
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c240 zend_string *strkey = NULL; in phpdbg_webdata_decompress() local
249 ZEND_HASH_FOREACH_STR_KEY_PTR(Z_ARRVAL_P(zvp), strkey, name) { in phpdbg_webdata_decompress()
254 strkey = NULL; in phpdbg_webdata_decompress()
281 ZEND_ASSERT(strkey); in phpdbg_webdata_decompress()
282 zend_hash_del(Z_ARRVAL_P(zvp), strkey); in phpdbg_webdata_decompress()
H A Dphpdbg_utils.c473 zend_string *strkey; in phpdbg_parse_variable_with_arg() local
474 ZEND_HASH_FOREACH_KEY_VAL_IND(parent, numkey, strkey, zv) { in phpdbg_parse_variable_with_arg()
480 if (strkey) { in phpdbg_parse_variable_with_arg()
481 key = ZSTR_VAL(strkey); in phpdbg_parse_variable_with_arg()
482 keylen = ZSTR_LEN(strkey); in phpdbg_parse_variable_with_arg()
489 if (!strkey) { in phpdbg_parse_variable_with_arg()
H A Dphpdbg_bp.h155 …breakbase_ex(zend_ulong id, HashTable **table, zend_ulong *numkey, zend_string **strkey); /* }}} */
H A Dphpdbg_bp.c1193 zend_string *strkey; in phpdbg_delete_breakpoint() local
1196 if ((brake = phpdbg_find_breakbase_ex(num, &table, &numkey, &strkey))) { in phpdbg_delete_breakpoint()
1230 if (strkey) { in phpdbg_delete_breakpoint()
1231 zend_hash_del(table, strkey); in phpdbg_delete_breakpoint()
1424 zend_string *strkey; in phpdbg_find_breakbase() local
1427 return phpdbg_find_breakbase_ex(id, &table, &numkey, &strkey); in phpdbg_find_breakbase()
1430 …_breakbase_ex(zend_ulong id, HashTable **table, zend_ulong *numkey, zend_string **strkey) /* {{{ */ in phpdbg_find_breakbase_ex() argument
1435 ZEND_HASH_FOREACH_KEY_PTR(*table, *numkey, *strkey, brake) { in phpdbg_find_breakbase_ex()

Completed in 22 milliseconds