Home
last modified time | relevance | path

Searched refs:name (Results 201 – 225 of 1865) sorted by relevance

12345678910>>...75

/PHP-7.3/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt23 echo "...Entity name=" . $entity_name . "\n";
27 echo "...Notation name=" . $notation_name . "\n";
30 function notation_decl_handler($parser, $name, $base, $system_ID,$public_ID)
33 echo "...Name=" . $name . "\n";
85 ...Entity name=testUS
89 ...Notation name=USDATE
91 ...Entity name=testAUS
95 ...Notation name=AUSDATE
97 ...Entity name=testISO
101 ...Notation name=ISODATE
/PHP-7.3/ext/reflection/tests/
H A DReflectionClass_constructor_001.phpt12 //Return the name of another class
23 ["name"]=>
27 ["name"]=>
31 ["name"]=>
H A DReflectionObject_constructor_error.phpt17 ["name"]=>
23 ["name"]=>
29 ["name"]=>
35 ["name"]=>
41 ["name"]=>
47 ["name"]=>
/PHP-7.3/ext/spl/tests/
H A Dbug71202.phpt6 function inner_autoload ($name){
7 if ($name == 'A') {
22 spl_autoload_register(function ($name) {
23 if ($name == 'A') {
/PHP-7.3/ext/wddx/tests/
H A Dbug72340.phpt13 <array><var name="XXXXXXXX"><boolean value="none">TEST</boolean></var>
14 <var name="YYYYYYYY"><var name="ZZZZZZZZ"><var name="EZEZEZEZ">
H A Dbug72790.phpt17 <var name="XXXX">
21 <var name="YYYY">
22 <var name="UUUU">
23 <var name="EZEZ">
/PHP-7.3/Zend/tests/
H A Dbug62907.phpt5 spl_autoload_register(function ($name) {
6 if ($name == "B") {
8 } else if ($name == "A") {
10 } else if ($name == "T") {
H A Dlist_keyed_evaluation_order.inc7 private $name;
8 public function __construct(string $name) {
9 $this->name = $name;
13 echo "$this->name evaluated.", PHP_EOL;
14 return $this->name;
H A Dbug68162.phpt6 $name = 'var';
7 var_dump(isset($$name));
9 var_dump(isset($$name));
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_print.c68 ZSTR_VAL(method->common.scope->name), in phpdbg_print_function_helper()
162 ZSTR_VAL(ce->name), in PHPDBG_PRINT()
189 zend_string *lcname = zend_string_alloc(strlen(param->method.name), 0); in PHPDBG_PRINT()
291 phpdbg_out("function name: %s::%s (internal)\n", ce->name->val, function); in phpdbg_print_opcodes_method_ce()
299 phpdbg_out("function name: %s::%s\n", ce->name->val, function); in phpdbg_print_opcodes_method_ce()
310 …if (ce->name->len == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val,… in phpdbg_print_opcodes_method()
335 ZSTR_VAL(ce->name)); in phpdbg_print_opcodes_ce()
368 …if (ce->name->len == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val,… in phpdbg_print_opcodes_class()
386 zend_string *name; in phpdbg_print_opcodes() local
392 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(function_table), name, func) { in phpdbg_print_opcodes()
[all …]
/PHP-7.3/ext/soap/tests/schema/
H A Dtest_schema.inc12 <definitions name="InteropTest"
28 <message name="testMessage">
29 <part name="testParam" $type/>
31 <portType name="testPortType">
32 <operation name="test">
36 <binding name="testBinding" type="testPortType">
38 <operation name="test">
45 <service name="testService">
46 <port name="testPort" binding="tns:testBinding">
/PHP-7.3/ext/standard/tests/file/
H A Drename_variation3-win32.phpt22 /* test rename() by trying to rename an existing file/dir to the same name
32 echo "\n-- Renaming file to same file name --\n";
36 echo "\n-- Renaming directory to same directory name --\n";
40 echo "\n-- Renaming existing file to existing directory name --\n";
45 echo "\n-- Renaming existing directory to existing file name --\n";
64 -- Renaming file to same file name --
68 -- Renaming directory to same directory name --
72 -- Renaming existing file to existing directory name --
79 -- Renaming existing directory to existing file name --
/PHP-7.3/tests/basic/
H A Drfc1867_post_max_filesize.phpt10 Content-Disposition: form-data; name="file1"; filename="file1.txt"
15 Content-Disposition: form-data; name="file2"; filename="file2.txt"
20 Content-Disposition: form-data; name="file3"; filename="file3.txt"
40 ["name"]=>
53 ["name"]=>
66 ["name"]=>
/PHP-7.3/ext/intl/tests/
H A Dlocale_compose_locale.phpt139 Input Array name is : loc1
143 Input Array name is : loc2
147 Input Array name is : loc3
151 Input Array name is : loc4
155 Input Array name is : loc5
159 Input Array name is : loc6
163 Input Array name is : loc7
167 Input Array name is : loc8
171 Input Array name is : loc9
176 Input Array name is : loc10
[all …]
/PHP-7.3/
H A DMakefile.gcov16 …-@files=`find . -name \*.gcda -o -name \*.gcno -o -name \*.da -o -name \*.c -o -name \*.h | sed -e…
78 @find . -name \*.gcda -o -name \*.da -o -name \*.bbg? | xargs rm -f
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug50698_2.wsdl183 <wsdl:portType name="EchoService">
184 <wsdl:operation name="Echo">
192 <wsdl:operation name="Echo">
213 <wsdl:service name="EchoService-1">
235 <wsdl:service name="EchoService-2">
257 <wsdl:service name="EchoService-3">
279 <wsdl:service name="EchoService-4">
301 <wsdl:service name="EchoService-5">
323 <wsdl:service name="EchoService-6">
345 <wsdl:service name="EchoService-7">
[all …]
/PHP-7.3/ext/tidy/tests/
H A D010.phpt24 ["name"]=>
48 ["name"]=>
71 ["name"]=>
117 ["name"]=>
148 ["name"]=>
179 ["name"]=>
202 ["name"]=>
223 ["name"]=>
248 ["name"]=>
278 ["name"]=>
[all …]
/PHP-7.3/ext/zip/lib/
H A Dzip_file_add.c45 zip_file_add(zip_t *za, const char *name, zip_source_t *source, zip_flags_t flags) in zip_file_add() argument
47 if (name == NULL || source == NULL) { in zip_file_add()
52 return _zip_file_replace(za, ZIP_UINT64_MAX, name, source, flags); in zip_file_add()
/PHP-7.3/ext/session/tests/
H A Dbug66481.phpt2 Bug #66481: Calls to session_name() segfault when session.name is null.
4 session.name=
15 PHP Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
17 Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
H A Dsession_basic4.phpt14 session.name=PHPSESSID
60 …t type="hidden" name="testvar1" value="testvalue1" /><input type="hidden" name="testvar2" value="t…
64 …t type="hidden" name="testvar1" value="testvalue1" /><input type="hidden" name="testvar2" value="t…
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dwrite5.phar12 foreach ($phar2 as $name => $file) {
13 $arr[$name] = $file->getContent();
16 foreach ($arr as $name => $content) {
17 echo $name, " ", $content;
/PHP-7.3/ext/phar/tests/
H A Dmetadata_read.phpt22 foreach($files as $name => $cont) {
23 var_dump(file_get_contents($pname.'/'.$name));
27 foreach($files as $name => $cont) {
28 var_dump($phar[$name]->getMetadata());
33 foreach($files as $name => $cont) {
34 var_dump(file_get_contents($pname.'/'.$name));
/PHP-7.3/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation9.phpt2 Test array_intersect_uassoc() function : usage variation - Passing non-existing function name to ca…
16 //function name within double quotes
19 //function name within single quotes
22 //function name without quotes
29 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
32 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
37 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
H A Darray_intersect_ukey_variation8.phpt2 Test array_intersect_ukey() function : usage variation - Passing non-existing function name to call…
16 //function name within double quotes
19 //function name within single quotes
22 //function name without quotes
29 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
32 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
37 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
/PHP-7.3/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_basic.phpt11 var_dump($db->exec('CREATE TABLE foobar (id INTEGER, name STRING, city STRING)'));
14 var_dump($db->exec("INSERT INTO foobar (id, name, city) VALUES (1, 'john', 'LA')"));
15 var_dump($db->exec("INSERT INTO foobar (id, name, city) VALUES (2, 'doe', 'SF')"));
21 "SELECT * FROM foobar WHERE id = :id AND name = :name ORDER BY id ASC",
22 "SELECT * FROM foobar WHERE id = 1 AND name = :name ORDER BY id ASC",

Completed in 37 milliseconds

12345678910>>...75