Home
last modified time | relevance | path

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

1...<<31323334353637383940>>...46

/PHP-5.5/ext/standard/
H A Dbasic_functions.c607 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 Darray_flip_variation4.phpt6 * Description: Return array with key <-> value flipped
H A Dasort_variation11.phpt19 // mixed value array with different key values
H A Darray_rand_variation3.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darsort_variation11.phpt19 // mixed value array with different key values
H A Darray_unshift_variation3.phpt34 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 DReflectionClass_isIterateable_001.phpt14 public function key() {}
/PHP-5.5/ext/dba/
H A Ddba_db2.c39 gkey.data = (char *) key; \
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation8.phpt51 foreach($inputs as $key => $input) {
/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation3.phpt119 foreach($inputs as $key =>$value) {
120 echo "\n--$key--\n";
H A Dfile_variation4.phpt117 foreach($inputs as $key =>$value) {
118 echo "\n--$key--\n";
H A Dfile_get_contents_variation4.phpt120 foreach($inputs as $key =>$value) {
121 echo "\n--$key--\n";
H A Dmkdir_variation4.phpt114 foreach($inputs as $key =>$value) {
115 echo "\n--$key--\n";
H A Dpclose_variation1.phpt106 foreach($inputs as $key =>$value) {
107 echo "\n--$key--\n";
H A Dreadfile_variation4.phpt117 foreach($inputs as $key =>$value) {
118 echo "\n--$key--\n";
H A Drmdir_variation2.phpt112 foreach($inputs as $key =>$value) {
113 echo "\n--$key--\n";
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c333 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 Dgetdate_variation1.phpt88 foreach($inputs as $key =>$value) {
89 echo "\n--$key--\n";
/PHP-5.5/Zend/
H A Dbench.php204 foreach($hash1 as $key => $value) $hash2[$key] += $value;
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation2.phpt112 foreach($inputs as $key =>$value) {
113 echo "\n--$key--\n";
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1667 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 Dsnmp.c1978 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 Dspl_directory.c672 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 Dspl_fixedarray.c951 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 Dphar.c103 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 …]

Completed in 61 milliseconds

1...<<31323334353637383940>>...46