Home
last modified time | relevance | path

Searched refs:name (Results 426 – 450 of 2408) sorted by relevance

1...<<11121314151617181920>>...97

/php-src/ext/reflection/tests/
H A D002.phpt21 var_dump($r->name);
35 $r->name = 'bullshit';
46 var_dump($r->name);
58 Cannot set read-only property ReflectionMethodEx::$name
H A DReflectionConstant_ns.phpt30 ["name"]=>
34 ["name"]=>
38 ["name"]=>
42 ["name"]=>
H A Dbug64239.phpt27 [name] => Bmethod
33 [name] => t2method
40 [name] => Bmethod
/php-src/ext/simplexml/tests/
H A D014.phpt9 <person name="Joe"></person>
14 var_dump($people->person['name']);
17 $person['name'] = "XXX";
18 var_dump($people->person['name']);
/php-src/ext/soap/tests/schema/
H A Dschema078.phpt10 <complexType name="testType">
12 <element name="int1" type="int"/>
13 <element name="int2" type="int" form="qualified"/>
14 <element name="int3" type="int" form="unqualified"/>
H A Dschema079.phpt10 <complexType name="testType">
12 <element name="int1" type="int"/>
13 <element name="int2" type="int" form="qualified"/>
14 <element name="int3" type="int" form="unqualified"/>
H A Dschema080.phpt10 <complexType name="testType">
12 <element name="int1" type="int"/>
13 <element name="int2" type="int" form="qualified"/>
14 <element name="int3" type="int" form="unqualified"/>
H A Dschema034.phpt10 <element name="testType2" type="tns:testType2"/>
11 <complexType name="testType2">
13 <element name="int" type="int"/>
16 <complexType name="testType">
18 <element name="int" type="int"/>
H A Dschema068.phpt10 <complexType name="testType">
11 <attribute name="str" type="string"/>
12 <attribute name="int" type="int" fixed="5"/>
/php-src/ext/xsl/
H A Dphp_xsl.stub.php107 …public function setParameter(string $namespace, array|string $name, ?string $value = null): bool {} argument
110 public function getParameter(string $namespace, string $name): string|false {} argument
113 public function removeParameter(string $namespace, string $name): bool {} argument
121 …public function registerPHPFunctionNS(string $namespaceURI, string $name, callable $callable): voi… argument
/php-src/Zend/
H A Dzend_enum.h42 const char *name, uint8_t type, const zend_function_entry *functions);
44 ZEND_API void zend_enum_add_case_cstr(zend_class_entry *ce, const char *name, zval *value);
45 ZEND_API zend_object *zend_enum_get_case(zend_class_entry *ce, zend_string *name);
46 ZEND_API zend_object *zend_enum_get_case_cstr(zend_class_entry *ce, const char *name);
/php-src/Zend/tests/attributes/
H A D005_objects.phpt9 public string $name;
12 public function __construct(string $name, int $ttl = 50)
14 $this->name = $name;
24 var_dump(get_class($obj), $obj->name, $obj->ttl);
95 string(%d) "A1::__construct(): Argument #1 ($name) must be of type string, array given, called in %…
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php127 public string $name; variable in XMLReader
148 public function getAttribute(string $name): ?string {} argument
154 public function getAttributeNs(string $name, string $namespace): ?string {} argument
166 public function moveToAttribute(string $name): bool {} argument
172 public function moveToAttributeNs(string $name, string $namespace): bool {} argument
187 public function next(?string $name = null): bool {} argument
/php-src/ext/standard/tests/file/
H A Dtempnam_variation7-win32.phpt16 /* 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
90 File name is => %s%et%s
100 File name is => %s%et%s
106 File name is => %s%et%s
H A Dtempnam_variation7.phpt16 /* An array of names, which will be passed as a dir name */
44 echo "File name is => ";
75 File name is => %s%etempnam_variation3.tmp%s
81 File name is => %s%etempnam_variation3.tmp%s
85 File name is => %s%etempnam_variation3.tmp%s
89 File name is => %s%etempnam_variation3.tmp%s
95 File name is => %s%etempnam_variation3.tmp%s
105 File name is => %s/tempnam_variation3.tmp%s
111 File name is => %s/tempnam_variation3.tmp%s
/php-src/ext/standard/tests/array/
H A Dbug77135.phpt20 foreach ($options as $name => $flags) {
21 echo "{$name}\n";
23 $this->handle($name, $flags);
24 $this->handle("{$name}_REFS", $flags | EXTR_REFS);
29 private function handle(string $name, int $flags): void
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument_type.c12 lxb_dom_attr_qualified_name_append(lexbor_hash_t *hash, const lxb_char_t *name,
54 new->name = dtype->name; in lxb_dom_document_type_interface_clone()
58 dtype->name); in lxb_dom_document_type_interface_clone()
70 new->name = (lxb_dom_attr_id_t) data; in lxb_dom_document_type_interface_clone()
/php-src/ext/standard/tests/general_functions/
H A Durl_rewriting_basic2.phpt60 output_add_rewrite_var('<name>', '<value>');
112 <form action="" method="get"><input type="hidden" name="&lt;name&gt;" value="&lt;value&gt;" /> </fo…
113 <form action="./foo.php" method="get"><input type="hidden" name="&lt;name&gt;" value="&lt;value&gt;…
125 <form action="//url-rewriter.com/bar.php" method="get"><input type="hidden" name="&lt;name&gt;" val…
126 <form action="http://url-rewriter.com/bar.php" method="get"><input type="hidden" name="&lt;name&gt;…
154 …hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type="hidden" name="&lt;name2&gt;" valu…
155 …hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type="hidden" name="&lt;name2&gt;" valu…
167 …ar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type=…
192 …tion="" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type=…
193 …oo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type=…
[all …]
/php-src/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt22 name=[2] ":a"
27 name=[2] ":b"
32 name=[0] ""
H A Dpdo_sqlite_createaggregate.phpt10 $db->query('CREATE TABLE test_pdo_sqlite_createaggregate (id INT AUTO INCREMENT, name TEXT)');
17 foreach ($db->query('SELECT testing(name) FROM test_pdo_sqlite_createaggregate') as $row) {
24 ["testing(name)"]=>
/php-src/ext/standard/tests/http/http_build_query/
H A Dhttp_build_query_variation3.phpt8 "name" => "main page",
17 name=main+page&sort=desc%2Cadmin&equation=10+%2B+10+-+5
18 name=main%20page&sort=desc%2Cadmin&equation=10%20%2B%2010%20-%205
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.stub.php38 string $name, argument
45 public function createCollation(string $name, callable $callback): bool {} argument
55 public function loadExtension(string $name): void {} argument
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c103 …phpdbg_notice("Stack in %s::%s() (%d ops)", ZSTR_VAL(ops->scope->name), ZSTR_VAL(ops->function_nam… in PHPDBG_PRINT()
135 ZSTR_VAL(ce->name), in PHPDBG_PRINT()
158 zend_string *lcname = zend_string_alloc(strlen(param->method.name), 0); in PHPDBG_PRINT()
159 zend_str_tolower_copy(ZSTR_VAL(lcname), param->method.name, ZSTR_LEN(lcname)); in PHPDBG_PRINT()
169 phpdbg_error("The method %s::%s could not be found", param->method.class, param->method.name); in PHPDBG_PRINT()
250 phpdbg_out("function name: %s::%s (internal)\n", ce->name->val, function); in phpdbg_print_opcodes_method_ce()
255 phpdbg_error("The method %s::%s could not be found", ZSTR_VAL(ce->name), function); in phpdbg_print_opcodes_method_ce()
285 ZSTR_VAL(ce->name)); in phpdbg_print_opcodes_ce()
327 zend_string *name; in phpdbg_print_opcodes() local
333 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(EG(function_table), name, func) { in phpdbg_print_opcodes()
[all …]
/php-src/ext/dom/tests/modern/extensions/
H A Dattribute_renaming_conflict.phpt2 Renaming an attribute node to a name that already exists
61 An attribute with the given name in the given namespace already exists
62 An attribute with the given name in the given namespace already exists
63 An attribute with the given name in the given namespace already exists
64 An attribute with the given name in the given namespace already exists
65 An attribute with the given name in the given namespace already exists
66 An attribute with the given name in the given namespace already exists
/php-src/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"]=>

Completed in 56 milliseconds

1...<<11121314151617181920>>...97