/PHP-5.5/ext/standard/ |
H A D | basic_functions.c | 607 ZEND_ARG_INFO(0, key) 3308 PHP_FE(key, arginfo_key) 3429 SetEnvironmentVariable(pe->key, "bugbug"); in php_putenv_destructor() 3437 unsetenv(pe->key); in php_putenv_destructor() 3439 SetEnvironmentVariable(pe->key, NULL); in php_putenv_destructor() 3441 _putenv_s(pe->key, ""); in php_putenv_destructor() 3463 efree(pe->key); in php_putenv_destructor() 4101 pe.key = estrndup(setting, setting_len); 4109 pe.key_len = strlen(pe.key); 4162 if (!strncmp(pe.key, "TZ", pe.key_len)) { [all …]
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_flip_variation4.phpt | 6 * Description: Return array with key <-> value flipped
|
H A D | asort_variation11.phpt | 19 // mixed value array with different key values
|
H A D | array_rand_variation3.phpt | 6 * Description: Return key/keys for random entry/entries in the array
|
H A D | arsort_variation11.phpt | 19 // mixed value array with different key values
|
H A D | array_unshift_variation3.phpt | 34 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 37 // associative array, containing null/empty/boolean values as key/value
|
/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionClass_isIterateable_001.phpt | 14 public function key() {}
|
/PHP-5.5/ext/dba/ |
H A D | dba_db2.c | 39 gkey.data = (char *) key; \
|
/PHP-5.5/ext/standard/tests/dir/ |
H A D | scandir_variation8.phpt | 51 foreach($inputs as $key => $input) {
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | file_put_contents_variation3.phpt | 119 foreach($inputs as $key =>$value) { 120 echo "\n--$key--\n";
|
H A D | file_variation4.phpt | 117 foreach($inputs as $key =>$value) { 118 echo "\n--$key--\n";
|
H A D | file_get_contents_variation4.phpt | 120 foreach($inputs as $key =>$value) { 121 echo "\n--$key--\n";
|
H A D | mkdir_variation4.phpt | 114 foreach($inputs as $key =>$value) { 115 echo "\n--$key--\n";
|
H A D | pclose_variation1.phpt | 106 foreach($inputs as $key =>$value) { 107 echo "\n--$key--\n";
|
H A D | readfile_variation4.phpt | 117 foreach($inputs as $key =>$value) { 118 echo "\n--$key--\n";
|
H A D | rmdir_variation2.phpt | 112 foreach($inputs as $key =>$value) { 113 echo "\n--$key--\n";
|
/PHP-5.5/ext/opcache/ |
H A D | zend_persist_calc.c | 333 uint zend_accel_script_persist_calc(zend_persistent_script *new_persistent_script, char *key, unsig… argument 340 ADD_DUP_SIZE(key, key_length + 1);
|
/PHP-5.5/ext/date/tests/ |
H A D | getdate_variation1.phpt | 88 foreach($inputs as $key =>$value) { 89 echo "\n--$key--\n";
|
/PHP-5.5/Zend/ |
H A D | bench.php | 204 foreach($hash1 as $key => $value) $hash2[$key] += $value;
|
/PHP-5.5/ext/zlib/tests/ |
H A D | gzopen_variation2.phpt | 112 foreach($inputs as $key =>$value) { 113 echo "\n--$key--\n";
|
/PHP-5.5/sapi/apache_hooks/ |
H A D | php_apache.c | 1667 php_info_print_table_row(2, elts[i].key, elts[i].val); in PHP_MINFO_FUNCTION() 1686 if (env[i].key) { in PHP_MINFO_FUNCTION() 1687 php_info_print_table_row(2, env[i].key, env[i].val); in PHP_MINFO_FUNCTION() 1694 if (env[i].key) { in PHP_MINFO_FUNCTION() 1695 php_info_print_table_row(2, env[i].key, env[i].val); in PHP_MINFO_FUNCTION() 1766 if (!tenv[i].key) { in apache_table_to_zval() 1769 …if (add_assoc_string(return_value, tenv[i].key, (tenv[i].val==NULL) ? "" : tenv[i].val, 1)==FAILUR… in apache_table_to_zval()
|
/PHP-5.5/ext/snmp/ |
H A D | snmp.c | 1978 zval *php_snmp_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in php_snmp_read_property() 2008 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in php_snmp_read_property() 2020 void php_snmp_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRML… in php_snmp_write_property() 2047 std_hnd->write_property(object, member, value, key TSRMLS_CC); in php_snmp_write_property() 2058 …nmp_has_property(zval *object, zval *member, int has_set_exists, const zend_literal *key TSRMLS_DC) in php_snmp_has_property() 2069 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, key TSRMLS_CC); in php_snmp_has_property() 2079 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, key TSRMLS_CC); in php_snmp_has_property() 2092 ret = std_hnd->has_property(object, member, has_set_exists, key TSRMLS_CC); in php_snmp_has_property() 2114 char *key; in php_snmp_get_properties() local 2125 zend_hash_get_current_key_ex(&php_snmp_properties, &key, &key_len, &num_key, 0, &pos); in php_snmp_get_properties() [all …]
|
/PHP-5.5/ext/spl/ |
H A D | spl_directory.c | 672 key = NULL; in spl_filesystem_object_get_method_check() 769 SPL_METHOD(DirectoryIterator, key) in SPL_METHOD() argument 1065 SPL_METHOD(FilesystemIterator, key) in SPL_METHOD() argument 1710 static void spl_filesystem_dir_it_current_key(zend_object_iterator *iter, zval *key TSRMLS_DC) in spl_filesystem_dir_it_current_key() 1714 ZVAL_LONG(key, object->u.dir.index); in spl_filesystem_dir_it_current_key() 1793 ZVAL_STRING(key, object->u.dir.entry.d_name, 1); in spl_filesystem_tree_it_current_key() 1796 ZVAL_STRINGL(key, object->file_name, object->file_name_len, 1); in spl_filesystem_tree_it_current_key() 2004 SPL_ME(DirectoryIterator, key, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC) 2029 SPL_ME(FilesystemIterator, key, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC) 2461 SPL_METHOD(SplFileObject, key) in SPL_METHOD() argument [all …]
|
H A D | spl_fixedarray.c | 951 static void spl_fixedarray_it_get_current_key(zend_object_iterator *iter, zval *key TSRMLS_DC) /* {… in spl_fixedarray_it_get_current_key() 957 zend_user_it_get_current_key(iter, key TSRMLS_CC); in spl_fixedarray_it_get_current_key() 959 ZVAL_LONG(key, iterator->object->current); in spl_fixedarray_it_get_current_key() 980 SPL_METHOD(SplFixedArray, key) in SPL_METHOD() argument 1131 SPL_ME(SplFixedArray, key, arginfo_splfixedarray_void, ZEND_ACC_PUBLIC)
|
/PHP-5.5/ext/phar/ |
H A D | phar.c | 103 char *key, *lasts, *end; in phar_split_cache_list() local 133 for (key = php_strtok_r(tmp, ds, &lasts); in phar_split_cache_list() 134 key; in phar_split_cache_list() 135 key = php_strtok_r(NULL, ds, &lasts)) { in phar_split_cache_list() 136 end = strchr(key, DEFAULT_DIR_SEPARATOR); in phar_split_cache_list() 139 if (SUCCESS == phar_open_from_filename(key, end - key, NULL, 0, 0, &phar, NULL TSRMLS_CC)) { in phar_split_cache_list() 162 if (SUCCESS == phar_open_from_filename(key, strlen(key), NULL, 0, 0, &phar, NULL TSRMLS_CC)) { in phar_split_cache_list() 1955 phar_zstr key; local 1967 PHAR_STR(key, str_key); 1993 …if (HASH_KEY_NON_EXISTENT == zend_hash_get_current_key_ex(&cached_phars, &key, &keylen, &unused, 0… [all …]
|