Home
last modified time | relevance | path

Searched refs:name (Results 226 – 250 of 1778) sorted by relevance

12345678910>>...72

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite5.phar.inc18 foreach ($phar2 as $name => $file) {
19 $arr[$name] = $file->getContent();
22 foreach ($arr as $name => $content) {
23 echo $name, " ", $content;
H A Dwrite6.phar13 foreach ($phar2 as $name => $file) {
14 $arr[$name] = $file->getContent();
17 foreach ($arr as $name => $content) {
18 echo $name, " ", $content;
H A Dwrite6.phar.inc19 foreach ($phar2 as $name => $file) {
20 $arr[$name] = $file->getContent();
23 foreach ($arr as $name => $content) {
24 echo $name, " ", $content;
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt13 Description: Create file with unique file name.
52 echo "File name is => ";
93 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
98 File name is => %s\tempnam_variation8\t%s
103 File name is => %s\tempnam_variation8\t%s
108 File name is => %s\tempnam_variation8\t%s
113 File name is => %s\tempnam_variation8\t%s
120 File name is => %s\t%s
127 File name is => %s\t%s
132 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
[all …]
H A Dcopy_variation2.phpt68 echo "Destination file name => ";
99 Destination file name => %s/_copy_variation2.tmp
106 Destination file name => %s/@copy_variation2.tmp
113 Destination file name => %s/#copy_variation2.tmp
120 Destination file name => %s/+copy_variation2.tmp
127 Destination file name => %s/*copy_variation2.tmp
134 Destination file name => %s/?copy_variation2.tmp
141 Destination file name => %s/<copy_variation2.tmp
148 Destination file name => %s/>copy_variation2.tmp
155 Destination file name => %s/!copy_variation2.tmp
[all …]
H A Dtempnam_variation6-win32.phpt13 Description: Create file with unique file name.
16 /* Trying to create unique files by passing previously created unique file name as prefix */
27 echo "File name is => ";
53 File name is => %s%et%s
56 File name is => %s%et%s
59 File name is => %s%et%s
H A Dtempnam_variation6.phpt11 Description: Create file with unique file name.
14 /* Trying to create unique files by passing previously created unique file name as prefix */
25 echo "File name is => ";
51 File name is => %s%etempnam_variation6.tmp%s
54 File name is => %s%etempnam_variation6.tmp%s
57 File name is => %s%etempnam_variation6.tmp%s
/PHP-7.4/Zend/tests/
H A Dinstanceof.phpt5 spl_autoload_register(function ($name) {
6 echo("AUTOLOAD '$name'\n");
7 eval("class $name {}");
H A Dns_029.phpt2 029: Name ambiguity (class name & import name)
12 Fatal error: Cannot declare class Foo because the name is already in use in %sns_029.php on line 4
H A Dcatch.phpt6 spl_autoload_register(function ($name) {
7 echo("AUTOLOAD '$name'\n");
8 eval("class $name {}");
H A Dns_030.phpt2 030: Name ambiguity (import name & class name)
12 Fatal error: Cannot use A\B as Foo because the name is already in use in %sns_030.php on line 5
H A Dmagic_by_ref_003.phpt7 function __get(&$name) { }
11 $name = "prop";
12 var_dump($t->$name);
H A Dmagic_by_ref_004.phpt7 function __unset(&$name) { }
11 $name = "prop";
13 var_dump($t->$name);
/PHP-7.4/ext/xml/
H A Dcompat.c43 *qualified = xmlStrncat(*qualified, name, xmlStrlen(name)); in _qualify_namespace()
45 *qualified = xmlStrdup(name); in _qualify_namespace()
59 qualified_name = xmlStrncatNew((xmlChar *)"<", name, xmlStrlen(name)); in _start_element_handler()
82 qualified_name = xmlStrdup(name); in _start_element_handler()
113 qualified_name = xmlStrncat(qualified_name, name, xmlStrlen(name)); in _start_element_handler_ns()
115 qualified_name = xmlStrncatNew((xmlChar *)"<", name, xmlStrlen(name)); in _start_element_handler_ns()
217 qualified_name = xmlStrdup(name); in _end_element_handler()
348 memcpy(*entity+1, name, len); in _build_entity()
369 _get_entity(void *user, const xmlChar *name) in _get_entity() argument
375 ret = xmlGetPredefinedEntity(name); in _get_entity()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_ukey_variation10.phpt2 Test array_diff_ukey() function : usage variation - Passing non-existing function name to callback
16 //function name within double quotes
19 //function name within single quotes
22 //function name without quotes
30 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
33 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
38 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
H A Dbug39576.phpt15 $test->name = 'test';
16 $test->_columns['name'] = new stdClass;
42 ["name"]=>
49 ["name"]=>
/PHP-7.4/ext/xmlreader/tests/
H A Dnext_basic.phpt19 echo $reader->name . PHP_EOL;
21 echo $reader->name . PHP_EOL;
23 echo $reader->name . PHP_EOL;
25 echo $reader->name . PHP_EOL;
27 echo $reader->name . PHP_EOL;
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_009.phpt8 function my_autoload($name)
10 require $name . '.class.inc';
11 var_dump(class_exists($name));
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug74975.phpt42 <name>foo</name>
48 <name>bar</name>
/PHP-7.4/ext/posix/tests/
H A Dbug75696.phpt10 $name = posix_getgrgid($gid)['name'];
11 $info = posix_getgrnam($name);
/PHP-7.4/ext/dom/tests/
H A DDOMDocumentType_name_error_001.phpt2 DOMDocumentType::name with invalid state.
11 $name = $doctype->name;
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getProperty_001.phpt64 ["name"]=>
70 ["name"]=>
79 ["name"]=>
85 ["name"]=>
94 ["name"]=>
100 ["name"]=>
109 ["name"]=>
115 ["name"]=>
124 ["name"]=>
130 ["name"]=>
[all …]
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php358 $name = "HTML5"; variable
468 "/* {{{ Start of double code point tables for $name */", "\n\n";
495 echo "/* {{{ Stage 3 Tables for $name */", "\n\n";
571 echo "/* end of stage 3 Tables for $name }}} */", "\n\n";
577 "/* {{{ Stage 2 Tables for $name */", "\n\n";
628 "/* end of stage 2 tables for $name }}} */", "\n\n";
700 "/* {{{ $name hash table for entity -> codepoint */", "\n\n";
792 "/* end of $name hash table for entity -> codepoint }}} */\n\n";
797 $name = "HTML 4.01"; variable
803 $name = "Basic entities (no apos)"; variable
[all …]
/PHP-7.4/ext/standard/
H A Ddns.c281 return zend_string_init(name, strlen(name), 0); in php_gethostbyname()
287 return zend_string_init(name, strlen(name), 0); in php_gethostbyname()
456 n = dn_expand(answer->qb2, end, cp, name, sizeof(name) - 2); in php_parserr()
524 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) - 2); in php_parserr()
604 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) -2); in php_parserr()
610 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) -2); in php_parserr()
629 tp = (u_char*)name; in php_parserr()
669 tp = (u_char*)name; in php_parserr()
731 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) - 2); in php_parserr()
748 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) - 2); in php_parserr()
[all …]
/PHP-7.4/ext/phar/tests/
H A Dphar_metadata_write.phpt23 foreach($files as $name => $cont) {
24 var_dump(file_get_contents($pname.'/'.$name));
37 foreach($files as $name => $cont) {
38 var_dump($phar[$name]->getMetadata());
43 foreach($files as $name => $cont) {
44 var_dump(file_get_contents($pname.'/'.$name));

Completed in 72 milliseconds

12345678910>>...72