Home
last modified time | relevance | path

Searched refs:name (Results 276 – 300 of 1889) sorted by relevance

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

/PHP-7.2/ext/dom/tests/
H A DDOMDocumentType_name_error_001.phpt2 DOMDocumentType::name with invalid state.
11 $name = $doctype->name;
/PHP-7.2/ext/soap/
H A Dphp_schema.c327 newType->name = estrdup(cur_type->name); in schema_simpleType()
354 newType->name = estrdup((char*)name->children->content); in schema_simpleType()
1075 if (name) { in schema_group()
1382 newType->name = estrdup(cur_type->name); in schema_complexType()
1504 if (name) { in schema_element()
1740 if (name) { in schema_attribute()
1961 if (name) { in schema_attributeGroup()
2094 if (tmp->name != NULL && attr->name == NULL) { in schema_attribute_fixup()
2095 attr->name = estrdup(tmp->name); in schema_attribute_fixup()
2123 attr->name = estrdup(name+1); in schema_attribute_fixup()
[all …]
/PHP-7.2/ext/zip/lib/
H A Dzip_delete.c41 const char *name; in zip_delete() local
53 if ((name=_zip_get_name(za, idx, 0, &za->error)) == NULL) { in zip_delete()
57 if (!_zip_hash_delete(za->names, (const zip_uint8_t *)name, &za->error)) { in zip_delete()
H A Dzip_stat_index.c42 const char *name; in zip_stat_index() local
48 if ((name=zip_get_name(za, index, flags)) == NULL) in zip_stat_index()
82 st->name = name; in zip_stat_index()
/PHP-7.2/Zend/tests/
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);
H A Dmagic_by_ref_001.phpt7 function __set(&$name, $val) { }
11 $name = "prop";
12 $t->$name = 1;
H A Dmagic_by_ref_005.phpt7 function __isset(&$name) { }
11 $name = "prop";
13 var_dump(isset($t->$name));
H A Dzend2.php.txt126 $this->name = $_name;
131 print $this->name;
139 $this->name = new Name($_name);
144 return $this->name;
203 $this->name = $that->name;
213 $obj->name = "Hello";
223 print $obj->name;
264 $this->name = "MyDestructableClass";
269 print "Destroying " . $this->name . "\n";
H A Dbug26697.phpt6 spl_autoload_register(function ($name) {
7 echo __METHOD__ . "($name)\n";
9 echo __METHOD__ . "($name), done\n";
H A Dbug70898.phpt12 …nction '0000000000000000000000000000000000' not found or invalid function name in %sbug70898.php o…
14 …meter 1 to be a valid callback, function '' not found or invalid function name in %sbug70898.php o…
16 …meter 1 to be a valid callback, function '' not found or invalid function name in %sbug70898.php o…
18 …meter 1 to be a valid callback, function '' not found or invalid function name in %sbug70898.php o…
20 …meter 1 to be a valid callback, function '' not found or invalid function name in %sbug70898.php o…
H A Dbug36214.phpt10 public function __set($name,$var) {
11 $this->stack[$name] = $var;return;
14 public function &__get($name) {
15 return $this->stack[$name];
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dbug33841.phpt15 $stmt->bindParam(':text', $name);
16 $name = 'test1';
20 $stmt->bindParam(':text', $name);
21 $name = 'test2';
H A Dpdo_sqlite_createfunction.phpt10 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
19 foreach ($db->query('SELECT testing(name) FROM foobar') as $row) {
28 ["testing(name)"]=>
34 ["testing(name)"]=>
/PHP-7.2/ext/xmlrpc/tests/
H A Dbug37057.phpt14 <name>50</name>
35 <name>0</name>
/PHP-7.2/ext/session/tests/
H A Dbug79221.phpt8 session.name=PHPSESSID
16 session.upload_progress.name=PHP_SESSION_UPLOAD_PROGRESS
24 Content-Disposition: form-data; name="PHPSESSID"
28 Content-Disposition: form-data; name="PHP_SESSION_UPLOAD_PROGRESS"
/PHP-7.2/ext/standard/tests/array/
H A Darray_map_variation16.phpt43 …meter 1 to be a valid callback, function 'echo' not found or invalid function name in %s on line %d
47 …eter 1 to be a valid callback, function 'array' not found or invalid function name in %s on line %d
51 …eter 1 to be a valid callback, function 'empty' not found or invalid function name in %s on line %d
55 …meter 1 to be a valid callback, function 'eval' not found or invalid function name in %s on line %d
59 …meter 1 to be a valid callback, function 'exit' not found or invalid function name in %s on line %d
63 …eter 1 to be a valid callback, function 'isset' not found or invalid function name in %s on line %d
67 …meter 1 to be a valid callback, function 'list' not found or invalid function name in %s on line %d
71 …eter 1 to be a valid callback, function 'print' not found or invalid function name in %s on line %d
/PHP-7.2/ext/spl/tests/
H A Dbug60201.phpt16 ["name"]=>
21 ["name"]=>
26 ["name"]=>
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_conf.c642 free(wpc->name); in fpm_worker_pool_config_free()
1130 …et listen address as it's already used in another pool '%s'", wp2->config->name, wp->config->name); in fpm_conf_process_all_pools()
1346 if (!wp->config->name) continue; in fpm_conf_ini_parser_section()
1361 config->name = strdup(Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1362 if (!config->name) { in fpm_conf_ini_parser_section()
1382 if (!strcmp(Z_STRVAL_P(name), "include")) { in fpm_conf_ini_parser_entry()
1400 for (; parser->name; parser++) { in fpm_conf_ini_parser_entry()
1401 if (!strcasecmp(parser->name, Z_STRVAL_P(name))) { in fpm_conf_ini_parser_entry()
1444 if (!strcmp("env", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1453 } else if (!strcmp("php_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
[all …]
/PHP-7.2/ext/opcache/Optimizer/
H A Dsccp.c596 || zend_string_equals_literal(name, "imagetypes") in ct_eval_func_call()
603 if (zend_string_equals_literal(name, "chr")) { in ct_eval_func_call()
638 || zend_string_equals_literal(name, "rtrim") in ct_eval_func_call()
639 || zend_string_equals_literal(name, "ltrim") in ct_eval_func_call()
640 || zend_string_equals_literal(name, "str_split") in ct_eval_func_call()
644 || zend_string_equals_literal(name, "urlencode") in ct_eval_func_call()
645 || zend_string_equals_literal(name, "urldecode") in ct_eval_func_call()
719 || zend_string_equals_literal(name, "rtrim") in ct_eval_func_call()
720 || zend_string_equals_literal(name, "ltrim") in ct_eval_func_call()
1241 zval *name, *args[3] = {NULL}; in sccp_visit_instr() local
[all …]
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c73 if (name) { in _node_as_zval()
74 subnode->iter.name = (xmlChar*)estrdup(name); in _node_as_zval()
170 if (!xmlStrcmp(node->name, name)) { in sxe_find_element_by_name()
207 if (!xmlStrcmp(node->name, (xmlChar *)*name)) { in sxe_get_element_by_name()
223 *name = NULL; in sxe_get_element_by_name()
236 char *name; in sxe_prop_dim_read() local
260 name = NULL; in sxe_prop_dim_read()
703 name = NULL; in sxe_property_get_adr()
1215 name = (char *) node->name; in sxe_get_prop_hash()
1216 if (!name) { in sxe_get_prop_hash()
[all …]
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug50698_3.wsdl183 <wsdl:portType name="EchoService">
184 <wsdl:operation name="Echo">
192 <wsdl:operation name="Echo">
202 <wsdl:service name="EchoService-1">
213 <wsdl:service name="EchoService-2">
224 <wsdl:service name="EchoService-3">
235 <wsdl:service name="EchoService-4">
246 <wsdl:service name="EchoService-5">
257 <wsdl:service name="EchoService-6">
268 <wsdl:service name="EchoService-7">
[all …]
/PHP-7.2/ext/dom/
H A Ddomconfiguration.c32 ZEND_ARG_INFO(0, name)
37 ZEND_ARG_INFO(0, name)
41 ZEND_ARG_INFO(0, name)
/PHP-7.2/Zend/
H A Dzend_inheritance.c40 zend_string_addref(new_property_info->name); in zend_duplicate_property_info()
52 zend_string_addref(new_property_info->name); in zend_duplicate_property_info_internal()
438 …smart_str_appendl(&str, ZSTR_VAL(fptr->common.scope->name), strlen(ZSTR_VAL(fptr->common.scope->na… in zend_get_function_declaration()
467 if (arg_info->name) { in zend_get_function_declaration()
471 smart_str_appendl(&str, ZSTR_VAL(arg_info->name), ZSTR_LEN(arg_info->name)); in zend_get_function_declaration()
1197 name, ZSTR_VAL(ce->name)); in zend_add_trait_method()
1201 ZSTR_VAL(ce->name), name, in zend_add_trait_method()
1363 ZSTR_VAL(cur_method_ref->ce->name), in zend_traits_init_trait_structures()
1596 ZSTR_VAL(property_info->ce->name), in zend_do_traits_property_binding()
1598 ZSTR_VAL(ce->name)); in zend_do_traits_property_binding()
[all …]
/PHP-7.2/
H A DMakefile.global113 find . -name \*.gcno -o -name \*.gcda | xargs rm -f
114 find . -name \*.lo -o -name \*.o | xargs rm -f
115 find . -name \*.la -o -name \*.a | xargs rm -f
116 find . -name \*.so | xargs rm -f
117 find . -name .libs -a -type d|xargs rm -rf
137 find . -name \*.lo -o -name \*.o | xargs rm -f
138 find . -name \*.la -o -name \*.a | xargs rm -f
139 find . -name \*.so | xargs rm -f

Completed in 121 milliseconds

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