Home
last modified time | relevance | path

Searched refs:name (Results 151 – 175 of 1865) sorted by relevance

12345678910>>...75

/PHP-7.3/sapi/apache2handler/
H A Dapache_config.c55 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value,… in real_value_hnd() argument
60 …phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->… in real_value_hnd()
71 zend_hash_str_update_mem(&d->config, (char *) name, strlen(name), &e, sizeof(e)); in real_value_hnd()
75 static const char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const ch… in php_apache_value_handler() argument
77 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
82 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
99 static const char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const cha… in php_apache_flag_handler() argument
101 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
106 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
176 char *get_php_config(void *conf, char *name, size_t name_len) in get_php_config() argument
[all …]
/PHP-7.3/ext/spl/tests/
H A Dobserver_002.phpt41 protected $name = '';
43 function __construct($name = 'obj')
45 $this->name = '$' . $name;
50 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
55 return $this->name;
61 protected $name = '';
64 function __construct($name = 'sub')
67 $this->name = '$' . $name;
72 echo $this->name . '->' . __METHOD__ . '(' . $observer->getName() . ");\n";
89 echo $this->name . '->' . __METHOD__ . "();\n";
[all …]
H A Dbug68479.phpt16 ["name"]=>
21 ["name"]=>
26 ["name"]=>
31 ["name"]=>
/PHP-7.3/Zend/
H A Dzend_object_handlers.c618 zend_string *name, *tmp_name; in zend_std_read_property() local
727 } else if (ZSTR_VAL(name)[0] == '\0' && ZSTR_LEN(name) != 0) { in zend_std_read_property()
735 zend_error(E_NOTICE,"Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_read_property()
749 zend_string *name, *tmp_name; in zend_std_write_property() local
794 if (ZSTR_VAL(name)[0] == '\0' && ZSTR_LEN(name) != 0) { in zend_std_write_property()
927 zend_string *name, *tmp_name; in zend_std_get_property_ptr_ptr() local
978 zend_error(E_NOTICE, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_get_property_ptr_ptr()
991 zend_string *name, *tmp_name; in zend_std_unset_property() local
1034 if (ZSTR_VAL(name)[0] == '\0' && ZSTR_LEN(name) != 0) { in zend_std_unset_property()
1594 zend_string *name, *tmp_name; in zend_std_has_property() local
[all …]
H A Dzend_API.c1845 while (dep->name) { in zend_startup_module_ex()
1915 if (strcasecmp(dep->name, r->name) == 0) { in zend_sort_modules()
2035 while (dep->name) { in zend_register_module_ex()
3768 name = zend_new_interned_string(zend_string_copy(name)); in zend_declare_property_ex()
3772 property_info->name = zend_string_copy(name); in zend_declare_property_ex()
3774 …property_info->name = zend_mangle_property_name(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), ZSTR_VAL(n… in zend_declare_property_ex()
3777 …property_info->name = zend_mangle_property_name("*", 1, ZSTR_VAL(name), ZSTR_LEN(name), is_persist… in zend_declare_property_ex()
3780 property_info->name = zend_new_interned_string(property_info->name); in zend_declare_property_ex()
4270 return name; in zend_find_alias_name()
4278 zend_string *name; in zend_resolve_method_name() local
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dtempnam_variation1.phpt11 Description: Create file with unique file name.
26 echo "File name is => ";
67 File name is => %s%etempnam_variation1.tmp%s
72 File name is => %s%etempnam_variation1.tmp%s
77 File name is => %s%etempnam_variation1.tmp%s
82 File name is => %s%etempnam_variation1.tmp%s
87 File name is => %s%etempnam_variation1.tmp%s
92 File name is => %s%etempnam_variation1.tmp%s
97 File name is => %s%etempnam_variation1.tmp%s
102 File name is => %s%etempnam_variation1.tmp%s
[all …]
H A Dcopy_variation1.phpt25 "copy.tmp", //regular file name
27 ".tmp", //file name only with extension
53 echo "Destination file name => ";
84 Destination file name => %s/copy.tmp
98 Destination file name => %s/.tmp
105 Destination file name => %s/123.tmp
112 Destination file name => %s/copy_variation1.123
119 Destination file name => %s/123
126 Destination file name => %s/123copy_variation1.tmp
133 Destination file name => %s/copy_variation.tmp123
[all …]
/PHP-7.3/ext/readline/tests/
H A Dreadline_write_history_001.phpt10 $name = tempnam('/tmp', 'readline.tmp');
16 readline_write_history($name);
18 var_dump(file_get_contents($name));
20 unlink($name);
H A Dreadline_read_history_001.phpt8 $name = tempnam('/tmp', 'readline.tmp');
12 var_dump(readline_write_history($name));
16 var_dump(readline_read_history($name));
20 unlink($name);
/PHP-7.3/Zend/tests/
H A Dbug75420.1.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
11 $name = "foo";
12 var_dump($obj->$name ?? 12);
13 var_dump($name);
H A Dbug75420.phpt2 Bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS)
7 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
12 $name = "foo";
13 var_dump($obj->$name ?? 12);
H A Dbug75420.3.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
11 $name = "foo";
12 var_dump(empty($obj->$name));
13 var_dump($name);
/PHP-7.3/ext/simplexml/tests/
H A D028.phpt13 $name = $xml->getName();
14 echo "$pad<$name";
24 echo $pad."</$name>\n";
30 $people->person['name'] = 'John';
39 <person name="John">
H A D020.phpt8 $doc = simplexml_load_string('<root><name attr="foo">bar</name></root>');
9 print $doc->name["attr"];
11 if ($doc->name["attr"] == "foo") {
/PHP-7.3/ext/standard/
H A Durl_scanner_ex.h28 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
29 PHPAPI int php_url_scanner_add_session_var(char *name, size_t name_len, char *value, size_t value_l…
30 PHPAPI int php_url_scanner_reset_session_var(zend_string *name, int encode);
32 PHPAPI int php_url_scanner_add_var(char *name, size_t name_len, char *value, size_t value_len, int …
33 PHPAPI int php_url_scanner_reset_var(zend_string *name, int encode);
/PHP-7.3/ext/session/tests/
H A Drfc1867_disabled_2.phpt9 session.name=PHPSESSID
16 session.upload_progress.name=PHP_SESSION_UPLOAD_PROGRESS
28 Content-Disposition: form-data; name="PHPSESSID"
32 Content-Disposition: form-data; name="file1"; filename="file1.txt"
36 Content-Disposition: form-data; name="file2"; filename="file2.txt"
53 ["name"]=>
66 ["name"]=>
H A Drfc1867_disabled.phpt9 session.name=PHPSESSID
16 session.upload_progress.name=PHP_SESSION_UPLOAD_PROGRESS
28 Content-Disposition: form-data; name="PHPSESSID"
32 Content-Disposition: form-data; name="file1"; filename="file1.txt"
36 Content-Disposition: form-data; name="file2"; filename="file2.txt"
53 ["name"]=>
66 ["name"]=>
/PHP-7.3/tests/basic/
H A Drfc1867_empty_upload.phpt10 Content-Disposition: form-data; name="foo"
14 Content-Disposition: form-data; name="file1"; filename="file1.txt"
19 Content-Disposition: form-data; name="file2"; filename=""
24 Content-Disposition: form-data; name="file3"; filename="file3.txt"
44 ["name"]=>
57 ["name"]=>
70 ["name"]=>
H A Drfc1867_max_file_size.phpt10 Content-Disposition: form-data; name="MAX_FILE_SIZE"
14 Content-Disposition: form-data; name="file1"; filename="file1.txt"
19 Content-Disposition: form-data; name="file2"; filename="file2.txt"
24 Content-Disposition: form-data; name="file3"; filename="C:\foo\bar/file3.txt"
44 ["name"]=>
57 ["name"]=>
70 ["name"]=>
/PHP-7.3/sapi/fpm/tests/
H A Dbug68391-conf-include-order.phpt20 [%name%]
21 listen = {{ADDR[%name%]}}
28 foreach($names as $name) {
29 $cfg[$name] = str_replace('%name%', $name, $cfgPoolTemplate);
/PHP-7.3/ext/pdo_sqlite/tests/
H A Dbug78192.phpt11 $connection->query('CREATE TABLE user (id INTEGER PRIMARY KEY NOT NULL, name VARCHAR(255) NOT NULL)…
13 $stmt = $connection->prepare('INSERT INTO user (id, name) VALUES(:id, :name)');
16 'name' => 'test',
32 ["name"]=>
41 ["name"]=>
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_list.h27 #define PHPDBG_LIST(name) PHPDBG_COMMAND(list_##name) argument
28 #define PHPDBG_LIST_HANDLER(name) PHPDBG_COMMAND_HANDLER(list_##name) argument
H A Dphpdbg_utils.c234 while (color && color->name) { in phpdbg_get_color()
236 memcmp(name, color->name, name_length) == SUCCESS) { in phpdbg_get_color()
270 while (element && element->name) { in phpdbg_get_element()
272 if (strncasecmp(name, element->name, len) == SUCCESS) { in phpdbg_get_element()
386 if (name == NULL || !name_length) { in phpdbg_safe_class_lookup()
481 char *name; in phpdbg_parse_variable_with_arg() local
490 name = emalloc(i + keylen + 2); in phpdbg_parse_variable_with_arg()
545 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
551 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
560 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
[all …]
/PHP-7.3/ext/phar/tests/
H A Dmetadata_write_commit.phpt23 foreach($files as $name => $cont) {
24 var_dump(file_get_contents($pname.'/'.$name));
34 foreach($files as $name => $cont) {
35 var_dump($phar[$name]->getMetadata());
43 foreach($files as $name => $cont) {
44 var_dump(file_get_contents($pname.'/'.$name));
47 foreach($files as $name => $cont) {
48 var_dump($phar[$name]->getMetadata());
/PHP-7.3/ext/zip/examples/
H A Dencryption.php7 $name = __DIR__ . '/encrypted.zip'; variable
14 $zip->open($name, ZIPARCHIVE::CREATE | ZipArchive::OVERWRITE);
22 $zip->open($name, ZIPARCHIVE::CREATE | ZipArchive::OVERWRITE);
30 $zip->open($name);
47 $text = file_get_contents("zip://$name#$file", false, $ctx);

Completed in 63 milliseconds

12345678910>>...75