Home
last modified time | relevance | path

Searched refs:name (Results 301 – 325 of 1778) sorted by relevance

1...<<11121314151617181920>>...72

/PHP-7.4/ext/xmlreader/tests/
H A D003-get-errors.phpt25 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->name == 'book') {
26 echo $reader->name . "\n";
30 echo $reader->name . ": ";
37 echo $reader->name . ": ";
40 // Test for call by name for an attribute that doesn't exist
44 echo $reader->name . ": ";
51 echo $reader->name . ": ";
H A D003-move-errors.phpt25 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->name == 'book') {
26 echo $reader->name . "\n";
30 echo $reader->name . ": ";
37 echo $reader->name . ": ";
40 // Test for call by name for an attribute that doesn't exist
44 echo $reader->name . ": ";
51 echo $reader->name . "\n";
/PHP-7.4/ext/standard/tests/file/windows_acls/
H A Dcommon.inc131 function create_dir($name, $perms) {
132 if (empty($name)) {
133 echo "create_dir: Empty name is not allowed\n";
137 mkdir($name);
138 $dst = realpath($name);
139 icacls_set($name, PHPT_ACL_GRANT, $perms);
142 function create_file($name, $perms) {
143 if (empty($name)) {
144 echo "create_file: Empty name is not allowed\n";
148 touch($name);
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation7-win32.phpt13 Description: Create file with unique file name.
20 /* An array of names, which will be passed as a dir name */
43 echo "File name is => ";
70 File name is => %s%et%s
76 File name is => %s%et%s
80 File name is => %s%et%s
84 File name is => %s%et%s
88 File name is => %s%et%s
94 File name is => %s%et%s
112 File name is => %s%et%s
[all …]
H A Dcopy_variation2-win32-mb.phpt67 echo "Destination file name => ";
98 Destination file name => %s/_copy_variation2.tmp
105 Destination file name => %s/@copy_variation2.tmp
112 Destination file name => %s/#copy_variation2.tmp
119 Destination file name => %s/+copy_variation2.tmp
138 Destination file name => %s/!copy_variation2.tmp
145 Destination file name => %s/&copy_variation2.tmp
152 Destination file name => %s/(copy_variation2.tmp
165 Destination file name => %s/;copy_variation2.tmp
172 Destination file name => %s/=copy_variation2.tmp
[all …]
/PHP-7.4/build/
H A DMakefile.global113 find . -name \*.gcno -o -name \*.gcda | xargs rm -f
114 find . -name \*.lo -o -name \*.o | xargs rm -f
115 find . -name \*.la -o -name \*.a | xargs rm -f
116 find . -name \*.so | xargs rm -f
117 find . -name .libs -a -type d|xargs rm -rf
137 find . -name \*.lo -o -name \*.o | xargs rm -f
138 find . -name \*.la -o -name \*.a | xargs rm -f
139 find . -name \*.so | xargs rm -f
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_3.wsdl183 <wsdl:portType name="EchoService">
184 <wsdl:operation name="Echo">
192 <wsdl:operation name="Echo">
202 <wsdl:service name="EchoService-1">
213 <wsdl:service name="EchoService-2">
224 <wsdl:service name="EchoService-3">
235 <wsdl:service name="EchoService-4">
246 <wsdl:service name="EchoService-5">
257 <wsdl:service name="EchoService-6">
268 <wsdl:service name="EchoService-7">
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c644 free(wpc->name); in fpm_worker_pool_config_free()
1132 …et listen address as it's already used in another pool '%s'", wp2->config->name, wp->config->name); in fpm_conf_process_all_pools()
1355 if (!wp->config->name) continue; in fpm_conf_ini_parser_section()
1370 config->name = strdup(Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1371 if (!config->name) { in fpm_conf_ini_parser_section()
1391 if (!strcmp(Z_STRVAL_P(name), "include")) { in fpm_conf_ini_parser_entry()
1409 for (; parser->name; parser++) { in fpm_conf_ini_parser_entry()
1410 if (!strcasecmp(parser->name, Z_STRVAL_P(name))) { in fpm_conf_ini_parser_entry()
1453 if (!strcmp("env", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1462 } else if (!strcmp("php_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
[all …]
H A Dfpm_php.c24 static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_value, int new_valu… in fpm_php_zend_ini_alter_master() argument
29 if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length)) == NULL) { in fpm_php_zend_ini_alter_master()
83 char *name = kv->key; in fpm_php_apply_defines_ex() local
85 int name_len = strlen(name); in fpm_php_apply_defines_ex()
88 if (!strcmp(name, "extension") && *value) { in fpm_php_apply_defines_ex()
94 …if (fpm_php_zend_ini_alter_master(name, name_len, value, value_len, mode, PHP_INI_STAGE_ACTIVATE) … in fpm_php_apply_defines_ex()
98 if (!strcmp(name, "disable_functions") && *value) { in fpm_php_apply_defines_ex()
105 if (!strcmp(name, "disable_classes") && *value) { in fpm_php_apply_defines_ex()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c71 if (name) { in _node_as_zval()
72 subnode->iter.name = (xmlChar*)estrdup(name); in _node_as_zval()
168 if (!xmlStrcmp(node->name, name)) { in sxe_find_element_by_name()
205 if (!xmlStrcmp(node->name, (xmlChar *)*name)) { in sxe_get_element_by_name()
221 *name = NULL; in sxe_get_element_by_name()
234 char *name; in sxe_prop_dim_read() local
258 name = NULL; in sxe_prop_dim_read()
698 name = NULL; in sxe_property_get_adr()
1218 name = (char *) node->name; in sxe_get_prop_hash()
1219 if (!name) { in sxe_get_prop_hash()
[all …]
/PHP-7.4/Zend/
H A Dzend_inheritance.c214 return scope->name; in resolve_class_name()
216 return name; in resolve_class_name()
252 if (zend_string_equals_ci(scope->name, name)) { in lookup_class()
602 if (arg_info->name) { in zend_get_function_declaration()
606 smart_str_appendl(&str, ZSTR_VAL(arg_info->name), ZSTR_LEN(arg_info->name)); in zend_get_function_declaration()
993 ZSTR_VAL(ce->name), in do_inherit_property()
1604 name, ZSTR_VAL(ce->name)); in zend_add_trait_method()
1608 ZSTR_VAL(ce->name), name, in zend_add_trait_method()
2161 ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), in zend_has_deprecated_constructor()
2372 zend_string *name; in load_delayed_classes() local
[all …]
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.h73 const char *name; member
81 MBFLAPI extern const mbfl_language * mbfl_name2language(const char *name);
83 MBFLAPI extern enum mbfl_no_language mbfl_name2no_language(const char *name);
/PHP-7.4/Zend/tests/
H A Ddynamic_call_freeing.phpt2 Freeing of function "name" when dynamic call fails
27 Function name must be a string
28 Function name must be a string
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h216 int zend_ffi_is_typedef_name(const char *name, size_t name_len);
217 void zend_ffi_resolve_typedef(const char *name, size_t name_len, zend_ffi_dcl *dcl);
218 void zend_ffi_resolve_const(const char *name, size_t name_len, zend_ffi_val *val);
219 void zend_ffi_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, zend_bool incomplet…
223 void zend_ffi_add_field(zend_ffi_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_dcl *…
225 void zend_ffi_add_bit_field(zend_ffi_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_d…
230 void zend_ffi_add_arg(HashTable **args, const char *name, size_t name_len, zend_ffi_dcl *arg_dcl);
231 void zend_ffi_declare(const char *name, size_t name_len, zend_ffi_dcl *dcl);
232 void zend_ffi_add_attribute(zend_ffi_dcl *dcl, const char *name, size_t name_len);
233 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_break.h27 #define PHPDBG_BREAK(name) PHPDBG_COMMAND(break_##name) argument
/PHP-7.4/win32/
H A Dwinutil.c441 static zend_always_inline BOOL is_compatible(const char *name, BOOL is_smaller, char *format, char … in is_compatible() argument
444 char *name_stripped = name; in is_compatible()
445 if (name[0] == '.' && IS_SLASH(name[1])) { in is_compatible()
454 spprintf(err, 0, "Failed to load %s, %s", name, err_txt); in is_compatible()
479 spprintf(err, 0, format, name, major, minor, PHP_LINKER_MAJOR, PHP_LINKER_MINOR); in is_compatible()
488 PHP_WINUTIL_API BOOL php_win32_image_compatible(const char *name, char **err) in php_win32_image_compatible() argument
490 …return is_compatible(name, TRUE, "Can't load module '%s' as it's linked with %u.%u, but the core i… in php_win32_image_compatible()
494 PHP_WINUTIL_API BOOL php_win32_crt_compatible(const char *name, char **err) in php_win32_crt_compatible() argument
496 …return is_compatible(name, FALSE, "'%s' %u.%u is not compatible with this PHP build linked with %d… in php_win32_crt_compatible()
/PHP-7.4/ext/simplexml/tests/
H A D014a.phpt9 <person name="Joe"></person>
14 var_dump($people->person[0]['name']);
17 $person['name'] = "XXX";
18 var_dump($people->person[0]['name']);
/PHP-7.4/tests/basic/
H A Drfc1867_array_upload.phpt10 Content-Disposition: form-data; name="file[]"; filename="file1.txt"
15 Content-Disposition: form-data; name="file[2]"; filename="file2.txt"
20 Content-Disposition: form-data; name="file[]"; filename="file3.txt"
34 ["name"]=>
H A D021.phpt9 Content-Disposition: form-data; name="submitter"
13 Content-Disposition: form-data; name="pics"; filename="bug37276.txt"
28 ["name"]=>
/PHP-7.4/ext/reflection/tests/
H A D002.phpt20 var_dump($r->name);
34 $r->name = 'bullshit';
45 var_dump($r->name);
58 Cannot set read-only property ReflectionMethodEx::$name
H A Dbug64239.phpt27 [name] => Bmethod
33 [name] => t2method
40 [name] => Bmethod
/PHP-7.4/ext/soap/tests/schema/
H A Dschema079.phpt9 <complexType name="testType">
11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
H A Dschema080.phpt9 <complexType name="testType">
11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
/PHP-7.4/ext/session/tests/
H A Dsession_basic5.phpt14 session.name=PHPSESSID
125 <input type="text" name="test2" />
129 <input type="text" name="test2" />
133 <input type="text" name="test2" />
137 <input type="text" name="test2" />
141 <input type="text" name="test2" />
145 <input type="text" name="test2" />
149 <input type="text" name="test2" />
206 <input type="text" name="test2" />
210 <input type="text" name="test2" />
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt13 foreach ($consts as $name => $value) {
14 if (stristr($name, 'mysqli')) {
16 … printf("found constant '%s' in group '%s'. expecting group 'mysqli'\n", $name, $group);

Completed in 89 milliseconds

1...<<11121314151617181920>>...72