Home
last modified time | relevance | path

Searched refs:key (Results 976 – 1000 of 1053) sorted by relevance

1...<<31323334353637383940>>...43

/PHP-7.4/ext/dba/
H A Ddba_db4.c64 gkey.data = (char *) key; gkey.size = keylen
/PHP-7.4/ext/zend_test/
H A Dtest.c146 …n *zend_test_class_method_get(zend_object **object, zend_string *name, const zval *key) /* {{{ */ { in zend_test_class_method_get() argument
/PHP-7.4/ext/standard/tests/array/
H A Dbug34066.phpt243 function gen_xml($val, $key, $prefix)
248 if (preg_match('/^\d+$/', $key)) {
249 if ($key == 1) {
255 array_walk($val, "gen_xml", "$prefix$key/");
260 print "$prefix$key=$val\n";
262 print "$prefix$key\n";
H A Darray_diff_key_variation1.phpt91 foreach($inputs as $key =>$value) {
92 echo "\n--$key--\n";
H A Darray_diff_ukey_variation1.phpt99 foreach($inputs as $key =>$value) {
100 echo "\n--$key--\n";
H A Darray_diff_ukey_variation2.phpt103 foreach($inputs as $key =>$value) {
104 echo "\n--$key--\n";
H A Darray_diff_key_variation2.phpt92 foreach($inputs as $key =>$value) {
93 echo "\n--$key--\n";
H A Darray_intersect_key_variation1.phpt95 foreach($inputs as $key =>$value) {
96 echo "\n--$key--\n";
H A Darray_intersect_key_variation2.phpt96 foreach($inputs as $key =>$value) {
97 echo "\n--$key--\n";
H A Darray_intersect_uassoc_variation1.phpt103 foreach($inputs as $key =>$value) {
104 echo "\n--$key--\n";
H A Darray_intersect_uassoc_variation2.phpt103 foreach($inputs as $key =>$value) {
104 echo "\n--$key--\n";
H A Darray_intersect_ukey_variation1.phpt101 foreach($inputs as $key =>$value) {
102 echo "\n--$key--\n";
H A Darray_intersect_ukey_variation2.phpt101 foreach($inputs as $key =>$value) {
102 echo "\n--$key--\n";
H A Darray_intersect_ukey_variation4.phpt102 foreach($inputs as $key =>$value) {
103 echo "\n--$key--\n";
H A Darray_merge_recursive_variation3.phpt63 array( "one" => "ten", "two" => "twenty"), // string key/value
66 // associative array, containing null/empty/boolean values as key/value
/PHP-7.4/ext/sockets/
H A Dconversions.c107 static int param_get_bool(void *ctx, const char *key, int def) in param_get_bool() argument
110 if ((elem = zend_hash_str_find_ptr(ctx, key, strlen(key))) != NULL) { in param_get_bool()
1508 for (kv = key_value_pairs; kv->key != NULL; kv++) { in to_zval_run_conversions()
1509 zend_hash_str_update_ptr(&ctx.params, kv->key, kv->key_size - 1, kv->value); in to_zval_run_conversions()
/PHP-7.4/Zend/
H A Dzend_constants.c476 static void* zend_hash_add_constant(HashTable *ht, zend_string *key, zend_constant *c) in zend_hash_add_constant() argument
482 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
/PHP-7.4/ext/spl/
H A Dspl_dllist.c1015 static void spl_dllist_it_get_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in spl_dllist_it_get_current_key() argument
1019 ZVAL_LONG(key, iterator->traverse_position); in spl_dllist_it_get_current_key()
1036 SPL_METHOD(SplDoublyLinkedList, key) in SPL_METHOD() argument
1451 SPL_ME(SplDoublyLinkedList, key, arginfo_dllist_void, ZEND_ACC_PUBLIC)
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c694 zend_string * key; in lsapi_clean_shutdown() local
715 key = zend_string_init("error_reporting", 15, 1); in lsapi_clean_shutdown()
716 zend_alter_ini_entry_chars_ex(key, "0", 1, in lsapi_clean_shutdown()
718 zend_string_release(key); in lsapi_clean_shutdown()
/PHP-7.4/ext/standard/
H A Dfilestat.c1125 if (ZEND_LONG_MAX >= bucket->key) { in PHP_FUNCTION()
1126 add_assoc_long_ex(&entry, "key", sizeof("key") - 1, bucket->key); in PHP_FUNCTION()
1128 add_assoc_double_ex(&entry, "key", sizeof("key") - 1, (double)bucket->key); in PHP_FUNCTION()
/PHP-7.4/ext/spl/tests/
H A Dbug65328.phpt235 public function key()
H A Dunserialize_errors.phpt163 Non-object key
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt45 // duplicate key
/PHP-7.4/ext/intl/tests/
H A Ddateformat_format.phpt106 foreach( $localtime_entry as $key => $value){
107 $res_str .= "$key : '$value' , ";
/PHP-7.4/ext/mysqli/
H A Dmysqli_fe.c377 ZEND_ARG_INFO(0, key)
385 ZEND_ARG_INFO(0, key)

Completed in 86 milliseconds

1...<<31323334353637383940>>...43