Home
last modified time | relevance | path

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

12345678910>>...75

/PHP-8.0/ext/session/tests/
H A Dsession_basic4.phpt14 session.name=PHPSESSID
55 …t type="hidden" name="testvar1" value="testvalue1" /><input type="hidden" name="testvar2" value="t…
59 …t type="hidden" name="testvar1" value="testvalue1" /><input type="hidden" name="testvar2" value="t…
/PHP-8.0/ext/dba/libinifile/
H A Dinifile.c53 if (key->name) { in inifile_key_free()
54 efree(key->name); in inifile_key_free()
114 char *name; in inifile_key_split() local
118 key.name = estrdup(name+1); in inifile_key_split()
132 spprintf(&result, 0, "[%s]%s", key->group, key->name ? key->name : ""); in inifile_key_string()
134 } else if (key->name) { in inifile_key_string()
196 if (ln->key.name) { in inifile_read()
226 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp()
229 if (!strcasecmp(k1->name, k2->name)) { in inifile_key_cmp()
505 if (!value || (key->name && strlen(key->name))) { in inifile_delete_replace_append()
[all …]
/PHP-8.0/ext/phar/tests/zip/
H A Dbug48791.phpt12name="OpenSymbol" svg:font-family="OpenSymbol"/><style:font-face style:name="Tahoma1" svg:font-fam…
/PHP-8.0/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-8.0/Zend/tests/
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 Dbug78502.phpt7 'name' => 'a',
10 ['name' => 'b', 'quant' => 1],
11 ['name' => 'c', 'quant' => 1, 'children' => [
12 ['name' => 'd', 'quant' => 1],
H A Ddynamic_prop_name_leak.phpt2 Dynamic prop name with type conversion in reference position should not leak
6 $name = 0.0;
7 $ref =& $obj->$name;
H A Dspecial_name_error3.phpt2 Cannot use special class name as trait name
10 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
/PHP-8.0/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-8.0/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-8.0/ext/standard/tests/file/
H A Dtempnam_variation2-win32.phpt49 echo "File name is => ";
90 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
100 File name is => %s\tempnam_variation2\t%s
105 File name is => %s\tempnam_variation2\t%s
110 File name is => %s\tempnam_variation2\t%s
115 File name is => %s\tempnam_variation2\t%s
122 File name is => %s\t%s
127 File name is => %s\t%s
134 File name is => %s\t%s
141 File name is => %s\t%s
[all …]
H A Dtempnam_variation2.phpt49 echo "File name is => ";
90 File name is => %s/tempnam_variation2/tempnam_variation2_sub/tempnam_variation2.tmp%s
100 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
105 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
110 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
115 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
122 File name is => %s/tempnam_variation2.tmp%s
127 File name is => %s/tempnam_variation2.tmp%s
134 File name is => %s/tempnam_variation2.tmp%s
141 File name is => %s/tempnam_variation2.tmp%s
[all …]
/PHP-8.0/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
11 //function name within double quotes
18 //function name within single quotes
28 …rgument #3 must be a valid callback, function "unknown_function" not found or invalid function name
29 …rgument #3 must be a valid callback, function "unknown_function" not found or invalid function name
H A Darray_intersect_ukey_variation8.phpt2 Test array_intersect_ukey() function : usage variation - Passing non-existing function name to call…
11 //function name within double quotes
18 //function name within single quotes
28 …rgument #3 must be a valid callback, function "unknown_function" not found or invalid function name
29 …rgument #3 must be a valid callback, function "unknown_function" not found or invalid function name
H A Dbug76713.phpt21 public $name;
22 public function __get($name) {
23 return $this->name;
29 $obj->name = str_pad("b", 10, 'b');
/PHP-8.0/ext/simplexml/tests/
H A D014b.phpt9 <person name="Joe"></person>
10 <person name="Boe"></person>
15 var_dump($people->person[0]['name']);
18 $person['name'] = "XXX";
19 var_dump($people->person[1]['name']);
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_print.c66 ZSTR_VAL(method->common.scope->name), in phpdbg_print_function_helper()
160 ZSTR_VAL(ce->name), in PHPDBG_PRINT()
187 zend_string *lcname = zend_string_alloc(strlen(param->method.name), 0); in PHPDBG_PRINT()
289 phpdbg_out("function name: %s::%s (internal)\n", ce->name->val, function); in phpdbg_print_opcodes_method_ce()
297 phpdbg_out("function name: %s::%s\n", ce->name->val, function); in phpdbg_print_opcodes_method_ce()
308 …if (ce->name->len == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val,… in phpdbg_print_opcodes_method()
333 ZSTR_VAL(ce->name)); in phpdbg_print_opcodes_ce()
366 …if (ce->name->len == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val,… in phpdbg_print_opcodes_class()
384 zend_string *name; in phpdbg_print_opcodes() local
390 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(function_table), name, func) { in phpdbg_print_opcodes()
[all …]
/PHP-8.0/ext/bcmath/libbcmath/src/
H A Ddebug.c59 pv (name, num, len) in pv() argument
60 char *name; in pv()
65 printf ("%s=", name);
/PHP-8.0/tests/classes/
H A Dmethod_call_variation_001.phpt2 In $a->$b[Y]() and $a->X[Y]() both $a->$b[Y] and $a->X[Y] represent a global function name
11 $name = 'functions';
17 $c->$name[0](1, 2);
18 $c->$name[1][2][3][4](3, 4);
/PHP-8.0/ext/standard/tests/network/
H A Dsetrawcookie_error.phpt21 setrawcookie('name', 'invalid;');
26 setrawcookie('name', 'value', 100, 'invalid;');
31 setrawcookie('name', 'value', 100, 'path', 'invalid;');
39 setrawcookie('name', 'value', 315328464000);
53 setrawcookie(): Argument #1 ($name) cannot be empty
54 setrawcookie(): Argument #1 ($name) cannot contain "=", ",", ";", " ", "\t", "\r", "\n", "\013", or…
/PHP-8.0/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-8.0/Zend/tests/attributes/
H A D004_name_resolution.phpt10 $arr[] = ['name' => $attribute->getName(), 'args' => $attribute->getArguments()];
50 ["name"]=>
60 ["name"]=>
70 ["name"]=>
80 ["name"]=>
90 ["name"]=>
/PHP-8.0/ext/pdo_mysql/tests/
H A Dchange_column_count.phpt18 $db->exec('CREATE TABLE test (id INTEGER PRIMARY KEY NOT NULL, name VARCHAR(255) NOT NULL)');
20 $stmt = $db->prepare('INSERT INTO test (id, name) VALUES(:id, :name)');
23 'name' => 'test',
46 ["name"]=>
55 ["name"]=>
/PHP-8.0/ext/intl/tests/
H A Dlocale_compose_locale.phpt145 Input Array name is : loc1
149 Input Array name is : loc2
153 Input Array name is : loc3
157 Input Array name is : loc4
161 Input Array name is : loc5
165 Input Array name is : loc6
169 Input Array name is : loc7
173 Input Array name is : loc8
177 Input Array name is : loc9
179 Input Array name is : loc10
[all …]
/PHP-8.0/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 175 milliseconds

12345678910>>...75