Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...76

/PHP-7.2/ext/standard/tests/file/
H A Dtempnam_variation7-win32.phpt11 Description: Create file with unique file name.
18 /* An array of names, which will be passed as a dir name */
41 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 Dtempnam_variation7.phpt11 Description: Create file with unique file name.
18 /* An array of names, which will be passed as a dir name */
42 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
93 File name is => %s%etempnam_variation3.tmp%s
99 File name is => %s%etempnam_variation3.tmp%s
117 File name is => %s/tempnam_variation3.tmp%s
[all …]
H A Dlstat_stat_variation18.phpt2 Test lstat() and stat() functions: usage variations - dir/file name stored in object
29 echo "*** Testing stat() with filename & directory name stored inside an object ***\n";
33 public function __construct($name) {
34 $this->var_name = $name;
38 // directory name stored in an object
41 // file name stored in an object
48 echo "\n-- Testing stat() on directory name stored inside an object --\n";
61 *** Testing stat() with filename & directory name stored inside an object ***
119 -- Testing stat() on directory name stored inside an object --
H A Dmove_uploaded_file_basic.phpt9 content-disposition: form-data; name="field1"
13 content-disposition: form-data; name="file1"; filename="file1.txt"
18 content-disposition: form-data; name="file2"; filename="file2.txt"
36 echo "Original name of uploaded file\n";
38 var_dump(move_uploaded_file($_FILES['file1']['name'], $destination2));
63 Original name of uploaded file
H A Dtempnam_variation5-win32.phpt13 Description: Create file with unique file name.
30 echo "File name is => ";
48 File name is => %stempnam_variation6%et%s
50 File name is => %stempnam_variation6%et%s
52 File name is => %stempnam_variation6%et%s
H A Dtempnam_variation5.phpt11 Description: Create file with unique file name.
28 echo "File name is => ";
46 File name is => %stempnam_variation5%etempnam_variation5.tmp%s
48 File name is => %stempnam_variation5%etempnam_variation5.tmp%s
50 File name is => %stempnam_variation5%etempnam_variation5.tmp%s
H A Drename_variation4.phpt16 /* Renaming a file, link and directory to numeric name */
17 echo "\n*** Testing rename() by renaming a file, link and directory to numeric name ***\n";
20 // renaming existing file to numeric name
30 // renaming a directory to numeric name
44 *** Testing rename() by renaming a file, link and directory to numeric name ***
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.2/ext/opcache/tests/
H A Dssa_bug_010.phpt8 $name = $a;
18 $name = $b;
29 return $name;
/PHP-7.2/Zend/tests/
H A Dns_033.phpt2 033: Import statement with non-compound name
8 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
10 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
H A Dbug47801.phpt2 Bug #47801 (__call() accessed via parent:: operator is provided incorrect method name)
8 function __call($name, $args)
10 echo("magic method called: $name\n");
H A Dbug77339.phpt7 static function __callStatic($name, $arguments) {
8 if ($name === 'get') {
25 static function __callStatic($name, $arguments) {
/PHP-7.2/ext/reflection/tests/
H A DReflectionObject_constructor_basic.phpt18 ["name"]=>
22 ["name"]=>
26 ["name"]=>
H A Dbug47254.phpt27 Deprecated: Methods with the same name as their class will not be constructors in a future version …
29 Deprecated: Methods with the same name as their class will not be constructors in a future version …
34 [name] => b
40 [name] => a
/PHP-7.2/ext/zip/lib/
H A Dzip_set_name.c42 _zip_set_name(zip_t *za, zip_uint64_t idx, const char *name, zip_flags_t flags) in _zip_set_name() argument
61 if (name && name[0] != '\0') { in _zip_set_name()
63 …if ((str=_zip_string_new((const zip_uint8_t *)name, (zip_uint16_t)strlen(name), flags, &za->error)… in _zip_set_name()
72 if ((i=_zip_name_locate(za, name, 0, NULL)) >= 0 && (zip_uint64_t)i != idx) { in _zip_set_name()
/PHP-7.2/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.2/ext/session/
H A Dphp_session.h181 } name; member
230 const char *name; member
259 PHPAPI void php_add_session_var(zend_string *name);
261 PHPAPI zval *php_get_session_var(zend_string *name);
265 PHPAPI int php_session_register_serializer(const char *name,
273 PHPAPI ps_module *_php_find_ps_module(char *name);
279 #define PS_ADD_VARL(name) do { \ argument
280 php_add_session_var(name); \
283 #define PS_ADD_VAR(name) PS_ADD_VARL(name) argument
285 #define PS_DEL_VARL(name) do { \ argument
[all …]
/PHP-7.2/ext/wddx/tests/
H A Dbug73065.phpt17 <var Name="name">
20 <var name="1111">
21 <var name="2222">
22 <var name="3333"></var>
70 <field Name="name">
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug30175.phpt25 <name xsi:type="xsd:string">blah blah some name field</name>
41 ["name"]=>
42 string(25) "blah blah some name field"
/PHP-7.2/ext/spl/tests/
H A Darray_005.phpt9 private $name;
11 public function __construct($id, $name)
14 $this->name = $name;
19 return $this->id . ', ' . $this->name;
/PHP-7.2/ext/ftp/tests/
H A Dftp_mlsd.phpt31 ["name"]=>
50 ["name"]=>
69 ["name"]=>
90 ["name"]=>
91 string(9) "path;name"
/PHP-7.2/ext/soap/tests/schema/
H A Dschema033.phpt9 <complexType name="testType2">
11 <element name="int" type="int"/>
14 <complexType name="testType">
16 <element name="int" type="int"/>
17 <element name="nest" type="tns:testType2"/>
H A Dschema049.phpt9 <complexType name="testType2">
11 <element name="int" type="int"/>
12 <element name="int2" type="int"/>
15 <complexType name="testType">
19 <element name="int2" type="int"/>
/PHP-7.2/ext/pdo/tests/
H A Dpdo_027.phpt17 $db->exec('create table test (id int, name varchar(10))');
18 $db->exec("INSERT INTO test (id,name) VALUES(1,'test1')");
19 $db->exec("INSERT INTO test (id,name) VALUES(2,'test2')");
22 echo "lazy: " . $v->id.$v->name."\n";
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_with_flags.phpt13 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
22 foreach ($db->query('SELECT testing(name) FROM foobar') as $row) {
31 ["testing(name)"]=>
37 ["testing(name)"]=>

Completed in 48 milliseconds

1...<<11121314151617181920>>...76