Home
last modified time | relevance | path

Searched refs:name (Results 501 – 525 of 2408) sorted by relevance

1...<<21222324252627282930>>...97

/php-src/ext/standard/tests/file/
H A Dis_uploaded_file_basic.phpt9 content-disposition: form-data; name="field1"
13 content-disposition: form-data; name="pics"; filename="file1.txt"
24 var_dump(is_uploaded_file($_FILES['pics']['name']));
/php-src/ext/reflection/tests/
H A Dtraits004.phpt36 ["name"]=>
51 ["name"]=>
56 ["name"]=>
/php-src/ext/dom/tests/modern/spec/
H A Ddom_parsing_gh45.phpt9 $root->firstChild->setAttributeNS('u1', 'name', 'v');
10 $attr = $root->firstChild->getAttributeNodeNS("u1", "name");
18 <el1 xmlns:p="u1" xmlns:q="u1"><el2 xmlns:q="u2" p:name="v"/></el1>
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c28 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
180 for (c=commands; c->name; c++) { in get_command()
189 for (c=commands; c->name; c++) { in get_command()
190 if (!strncmp(c->name, key, len)) { in get_command()
238 pretty_print(get_help(cmd->name)); in PHPDBG_COMMAND()
243 for (cmd=phpdbg_prompt_commands; cmd->name; cmd++) { in PHPDBG_COMMAND()
244 if (!strncmp(cmd->name, param->str, param->len)) { in PHPDBG_COMMAND()
262 pretty_print(get_help(cmd->name)); in PHPDBG_COMMAND()
283 for(c = phpdbg_prompt_commands; c->name; c++) { in PHPDBG_HELP()
291 c->alias, c_sub->alias, c->name, len, c_sub->name, c_sub->tip); in PHPDBG_HELP()
[all …]
H A Dphpdbg_help.h26 #define PHPDBG_HELP(name) PHPDBG_COMMAND(help_##name) argument
/php-src/ext/intl/uchar/
H A Duchar.c247 char *name; in IC_METHOD() local
254 Z_PARAM_STRING(name, name_len) in IC_METHOD()
385 char *name; in IC_METHOD() local
390 Z_PARAM_STRING(name, name_len) in IC_METHOD()
536 IC_METHOD(name) { \
541 RETURN_BOOL(u_##name(cp)); \
575 #define IC_INT_METHOD_CHAR(name) \ in IC_BOOL_METHOD_CHAR() argument
576 IC_METHOD(name) { \ in IC_BOOL_METHOD_CHAR()
581 RETURN_LONG(u_##name(cp)); \ in IC_BOOL_METHOD_CHAR()
594 IC_METHOD(name) { \
[all …]
/php-src/ext/dom/
H A Dxml_serializer.c67 const xmlChar *prefix, *name; member
662 …if (strchr((const char *) pi->name, ':') != NULL || strcasecmp((const char *) pi->name, "xml") == … in dom_xml_serialize_processing_instruction()
699 return zend_string_init((const char *) attr->name, strlen((const char *) attr->name), false); in dom_xml_create_localname_set_key()
709 (const char *) attr->name, strlen((const char *) attr->name) in dom_xml_create_localname_set_key()
786 …= dom_xml_local_prefix_map_find(local_prefixes_map, attr->name, strlen((const char *) attr->name)); in dom_xml_serialize_attributes()
968 qualified_name.name = element->name; in dom_xml_serialize_element_node()
972 qualified_name.name = element->name; in dom_xml_serialize_element_node()
1008 qualified_name.name = element->name; in dom_xml_serialize_element_node()
1040 qualified_name.name = element->name; in dom_xml_serialize_element_node()
1068 qualified_name.name = element->name; in dom_xml_serialize_element_node()
[all …]
/php-src/ext/session/tests/
H A Dbug79031.phpt38 $testPropertyObj->name = 'test';
56 obj1|C:17:"SerializableClass":65:{a:1:{s:10:"sharedProp";O:8:"stdClass":1:{s:4:"name";s:4:"test";}}…
63 ["name"]=>
71 ["name"]=>
/php-src/ext/soap/tests/schema/
H A Dschema039.phpt10 <complexType name="testType">
12 <element name="str" type="string"/>
16 <attributeGroup name="intGroup">
17 <attribute name="int" type="int"/>
H A Dschema041.phpt10 <complexType name="testType">
13 <group name="testGroup">
15 <element name="int" type="int"/>
16 <element name="str" type="string"/>
H A Dschema043.phpt10 <complexType name="testType2">
13 <attribute name="int" type="int"/>
17 <complexType name="testType">
20 <attribute name="int2" type="int"/>
H A Dschema045.phpt10 <complexType name="testType2">
13 <attribute name="int" type="int"/>
17 <complexType name="testType">
20 <attribute name="int2" type="int"/>
H A Dschema046.phpt10 <complexType name="testType2">
13 <attribute name="int" type="int"/>
17 <complexType name="testType">
20 <attribute name="int2" type="int"/>
H A Dschema047.phpt10 <complexType name="testType2">
12 <element name="int" type="int"/>
15 <complexType name="testType">
18 <attribute name="int2" type="int"/>
H A Dschema048.phpt10 <complexType name="testType2">
13 <attribute name="int" type="int"/>
17 <complexType name="testType">
20 <attribute name="int2" type="int"/>
H A Dschema075.phpt10 <complexType name="testType">
11 <attribute name="int1" type="int"/>
12 <attribute name="int2" type="int" form="qualified"/>
13 <attribute name="int3" type="int" form="unqualified"/>
H A Dschema076.phpt10 <complexType name="testType">
11 <attribute name="int1" type="int"/>
12 <attribute name="int2" type="int" form="qualified"/>
13 <attribute name="int3" type="int" form="unqualified"/>
H A Dschema077.phpt10 <complexType name="testType">
11 <attribute name="int1" type="int"/>
12 <attribute name="int2" type="int" form="qualified"/>
13 <attribute name="int3" type="int" form="unqualified"/>
/php-src/sapi/fpm/tests/
H A Drequest_parse_body_multipart.phpt50 "param" => "name",
51 "name" => "get_parameter",
57 "name" => "uploaded_file",
75 "name": "uploaded_file",
/php-src/Zend/tests/lazy_objects/
H A Dfetch_magic_prop_recursive_may_initialize.phpt11 public function __get($name) {
12 return $this->$name;
16 function test(string $name, object $obj) {
17 printf("# %s:\n", $name);
/php-src/main/streams/
H A Dphp_stream_transport.h46 PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t namelen, int options,
54 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
55 …_php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, eco…
59 const char *name, size_t namelen,
65 const char *name, size_t namelen,
140 char *name; member
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h43 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
859 attribute_Deprecated_func_pg_numrows_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_pgsql_symbols()
931 attribute_Deprecated_func_pg_fieldnum_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_pgsql_symbols()
943 attribute_Deprecated_func_pg_result_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_pgsql_symbols()
948 attribute_Deprecated_func_pg_result_0->args[1].name = ZSTR_KNOWN(ZEND_STR_MESSAGE); in register_pgsql_symbols()
1003 attribute_Deprecated_func_pg_locreate_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_pgsql_symbols()
1015 attribute_Deprecated_func_pg_lounlink_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_pgsql_symbols()
1027 attribute_Deprecated_func_pg_loopen_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_pgsql_symbols()
1039 attribute_Deprecated_func_pg_loclose_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_pgsql_symbols()
1051 attribute_Deprecated_func_pg_loread_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_pgsql_symbols()
[all …]
/php-src/Zend/tests/
H A Dns_005.phpt2 005: Name conflict (php name in case if ns name exists)
H A Dinvalid_const_class_name.phpt2 Invalid constant class name in nested class constant access
8 Fatal error: Illegal class name in %s on line %d
/php-src/Zend/tests/enum/
H A Dno-name-property.phpt2 Enum disallows name property
7 public string $name;

Completed in 79 milliseconds

1...<<21222324252627282930>>...97