Home
last modified time | relevance | path

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

12345678910>>...97

/php-src/ext/standard/tests/file/
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 …]
H A Dcopy_variation2.phpt63 echo "Destination file name => ";
94 Destination file name => %s/_copy_variation2.tmp
101 Destination file name => %s/@copy_variation2.tmp
108 Destination file name => %s/#copy_variation2.tmp
115 Destination file name => %s/+copy_variation2.tmp
122 Destination file name => %s/*copy_variation2.tmp
129 Destination file name => %s/?copy_variation2.tmp
136 Destination file name => %s/<copy_variation2.tmp
143 Destination file name => %s/>copy_variation2.tmp
150 Destination file name => %s/!copy_variation2.tmp
[all …]
/php-src/ext/dom/
H A Delement.c296 char *name; in PHP_METHOD() local
603 char *name; in PHP_METHOD() local
624 char *name; in PHP_METHOD() local
649 char *name; in PHP_METHOD() local
813 char *name; in dom_element_get_elements_by_tag_name() local
878 char *uri, *name; in PHP_METHOD() local
1126 char *name, *uri; in PHP_METHOD() local
1176 char *uri, *name; in PHP_METHOD() local
1236 char *uri, *name; in dom_element_get_elements_by_tag_name_ns() local
1273 char *name; in PHP_METHOD() local
[all …]
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc36 function get_any_db(string $name) {
92 set_up_db($handler, $name, $lock);
247 cleanup_standard_db($name);
253 cleanup_standard_db($name);
283 set_up_db('cdb', $name);
285 $db_file = dba_open($name, 'rl', 'cdb');
296 cleanup_standard_db($name);
298 $db_file = dba_open($name, 'r-', 'cdb');
309 @unlink($name);
310 @unlink($name.'.lck');
[all …]
/php-src/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-src/ext/hash/tests/
H A Dmhash_002.phpt37 foreach ($supported_hash_al as $name => $len) {
38 if (array_key_exists($name, $known_hash_al)) {
39 $len = mhash_get_block_size($known_hash_al[$name]);
40 echo "$name = $len\n";
42 echo "$name ? $len\n";
/php-src/Zend/tests/lazy_objects/
H A Dreset_as_lazy_initialized_proxy.phpt8 public string $name,
32 ["name"]=>
38 ["name"]=>
43 ["name"]=>
49 ["name"]=>
/php-src/ext/curl/
H A Dsync-constants.php266 foreach ($matches[1] as $name) {
267 if ($name === '__c') { // macro
271 … if (in_array($name, IGNORED_PHP_CONSTANTS, true) || !preg_match(CONSTANTS_REGEX_PATTERN, $name)) {
276 $constants[] = $name;
/php-src/Zend/
H A Dzend_object_handlers.c654 ZSTR_VAL(prop_info->ce->name), in zend_typed_property_uninitialized_access()
655 ZSTR_VAL(name)); in zend_typed_property_uninitialized_access()
758 if (EXPECTED(p->key == name) || in zend_std_read_property()
782 ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_read_property()
800 ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_read_property()
844 ZSTR_VAL(ce->name), ZSTR_VAL(name)); in zend_std_read_property()
941 zend_error(E_WARNING, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_read_property()
1088 zend_throw_no_prop_backing_value_access(zobj->ce->name, name, /* is_read */ false); in zend_std_write_property()
1393 zend_error(E_WARNING, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_get_property_ptr_ptr()
1481 ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_unset_property()
[all …]
H A Dzend_API.c1563 zend_string *name; in zend_update_class_constants() local
2468 if (strcasecmp(dep->name, r->name) == 0) { in zend_sort_modules()
3104 if (!strcmp(arg_info->name, reg_function->arg_info[j].name)) { in zend_register_functions()
4135 ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), in zend_get_callable_name_ex()
4538 ZSTR_VAL(ce->name), ZSTR_VAL(name)); in zend_declare_typed_property()
4545 ZSTR_VAL(ce->name), ZSTR_VAL(name)); in zend_declare_typed_property()
4621 name = zend_new_interned_string(zend_string_copy(name)); in zend_declare_typed_property()
4630 property_info->name = zend_string_copy(name); in zend_declare_typed_property()
4632 …property_info->name = zend_mangle_property_name(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), ZSTR_VAL(n… in zend_declare_typed_property()
4635 …property_info->name = zend_mangle_property_name("*", 1, ZSTR_VAL(name), ZSTR_LEN(name), is_persist… in zend_declare_typed_property()
[all …]
/php-src/ext/phar/tests/
H A Dmetadata_read.phpt20 foreach($files as $name => $cont) {
21 var_dump(file_get_contents($pname.'/'.$name));
25 foreach($files as $name => $cont) {
26 var_dump($phar[$name]->getMetadata());
31 foreach($files as $name => $cont) {
32 var_dump(file_get_contents($pname.'/'.$name));
/php-src/ext/pdo_mysql/tests/
H A Dchange_column_count.phpt18 $db->exec('CREATE TABLE test_change_column_count (id INTEGER PRIMARY KEY NOT NULL, name VARCHAR(255…
20 $stmt = $db->prepare('INSERT INTO test_change_column_count (id, name) VALUES(:id, :name)');
23 'name' => 'test',
46 ["name"]=>
55 ["name"]=>
/php-src/ext/intl/tests/
H A Dlocale_compose_locale.phpt143 Input Array name is : loc1
147 Input Array name is : loc2
151 Input Array name is : loc3
155 Input Array name is : loc4
159 Input Array name is : loc5
163 Input Array name is : loc6
167 Input Array name is : loc7
171 Input Array name is : loc8
175 Input Array name is : loc9
177 Input Array name is : loc10
[all …]
/php-src/ext/readline/tests/
H A Dlibedit_write_history_001.phpt16 $name = tempnam('/tmp', 'readline.tmp');
21 readline_write_history($name);
23 var_dump(file_get_contents($name));
25 unlink($name);
H A Dreadline_info_002.phpt12 $name = tempnam('/tmp', 'readline.tmp');
18 readline_write_history($name);
22 var_dump(file_get_contents($name));
24 unlink($name);
/php-src/Zend/tests/prop_const_expr/
H A Ddefault_args.phpt11 $name = A::B->name,
13 $nameNullsafe = A::B?->name,
16 var_dump($name);
/php-src/Zend/tests/enum/
H A Dno-write-properties-cache-slot.phpt11 var_dump($this->name);
12 $this->name = 'foobar';
21 var_dump(Test::A->name);
26 Cannot modify readonly property Test::$name
/php-src/Zend/tests/
H A Dbug68162.phpt6 $name = 'var';
7 var_dump(isset($$name));
9 var_dump(isset($$name));
H A Dbug78502.phpt7 'name' => 'a',
10 ['name' => 'b', 'quant' => 1],
11 ['name' => 'c', 'quant' => 1, 'children' => [
12 ['name' => 'd', 'quant' => 1],
/php-src/ext/dom/lexbor/lexbor/html/
H A Dstyle.c12 const lxb_char_t *name, size_t size) in lxb_html_style_id_by_name() argument
16 data = lxb_css_property_by_name(name, size); in lxb_html_style_id_by_name()
19 return lxb_html_document_css_customs_find_id(doc, name, size); in lxb_html_style_id_by_name()
/php-src/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-src/ext/ffi/
H A Dffi.g77 {const char *name;}
226 ID(&name, &name_len)
241 ID(&name, &name_len)
330 {const char *name;}
333 ID(&name, &name_len)
344 ( ID(name, name_len)
380 | ID(name, name_len)
463 {const char *name;}
501 {const char *name;}
537 {const char *name;}
[all …]
/php-src/ext/tidy/tests/
H A D010.phpt24 ["name"]=>
50 ["name"]=>
73 ["name"]=>
119 ["name"]=>
150 ["name"]=>
181 ["name"]=>
204 ["name"]=>
225 ["name"]=>
250 ["name"]=>
280 ["name"]=>
[all …]
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.stub.php11 …public function sqliteCreateFunction(string $name, callable $callback, int $numArgs = -1, int $fla… argument
14 …public function sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numAr… argument
17 public function sqliteCreateCollation(string $name, callable $callback): bool {} argument
/php-src/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;

Completed in 89 milliseconds

12345678910>>...97