Home
last modified time | relevance | path

Searched refs:name (Results 151 – 175 of 1543) sorted by relevance

12345678910>>...62

/PHP-5.4/Zend/
H A Dzend_API.c253 *class_name = ce->name; in zend_get_object_classname()
563 return ce->name; in zend_parse_arg_impl()
1664 while (dep->name) { in zend_startup_module_ex()
1720 while (dep->name) { in zend_sort_modules()
1725 if (strcasecmp(dep->name, r->name) == 0) { in zend_sort_modules()
1854 while (dep->name) { in zend_register_module_ex()
3418 if (IS_INTERNED(name)) { in zend_declare_property_ex()
3419 property_info.name = (char*)name; in zend_declare_property_ex()
3421 …property_info.name = ce->type & ZEND_INTERNAL_CLASS ? zend_strndup(name, name_length) : estrndup(n… in zend_declare_property_ex()
3937 return name; in zend_find_alias_name()
[all …]
/PHP-5.4/ext/soap/tests/
H A Dclassmap004.phpt14 function __get($name) {
15 return @$this->a[$name];
17 function __set($name, $val) {
18 $this->a[$name] = $val;
20 function __unset($name) {
21 unset($this->a[$name]);
/PHP-5.4/ext/session/tests/
H A Drfc1867_disabled_2.phpt9 session.name=PHPSESSID
15 session.upload_progress.name=PHP_SESSION_UPLOAD_PROGRESS
26 Content-Disposition: form-data; name="PHPSESSID"
30 Content-Disposition: form-data; name="file1"; filename="file1.txt"
34 Content-Disposition: form-data; name="file2"; filename="file2.txt"
51 [%u|b%"name"]=>
64 [%u|b%"name"]=>
H A Drfc1867_disabled.phpt9 session.name=PHPSESSID
15 session.upload_progress.name=PHP_SESSION_UPLOAD_PROGRESS
26 Content-Disposition: form-data; name="PHPSESSID"
30 Content-Disposition: form-data; name="file1"; filename="file1.txt"
34 Content-Disposition: form-data; name="file2"; filename="file2.txt"
51 [%u|b%"name"]=>
64 [%u|b%"name"]=>
H A Dbug32330.phpt8 session.name=sid
16 function sOpen($path, $name)
18 echo "open: path = {$path}, name = {$name}\n";
71 open: path = /tmp, name = sid
76 open: path = /tmp, name = sid
81 open: path = /tmp, name = sid
/PHP-5.4/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-5.4/ext/standard/tests/file/
H A Drename_variation3-win32.phpt22 /* test rename() by trying to rename an existing file/dir to the same name
32 echo "\n-- Renaming file to same file name --\n";
36 echo "\n-- Renaming directory to same directory name --\n";
40 echo "\n-- Renaming existing file to existing directory name --\n";
45 echo "\n-- Renaming existing directory to existing file name --\n";
64 -- Renaming file to same file name --
68 -- Renaming directory to same directory name --
72 -- Renaming existing file to existing directory name --
79 -- Renaming existing directory to existing file name --
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 => ";
68 File name is => %s%et%s
72 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
104 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 => ";
73 File name is => %s%etempnam_variation3.tmp%s
77 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
109 File name is => %s/tempnam_variation3.tmp%s
[all …]
/PHP-5.4/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">
H A Dschema064.phpt13 <complexType name="testType">
15 <element name="dateTime" type="dateTime"/>
16 <element name="time" type="time"/>
17 <element name="date" type="date"/>
18 <element name="gYearMonth" type="gYearMonth"/>
19 <element name="gYear" type="gYear"/>
20 <element name="gMonthDay" type="gMonthDay"/>
21 <element name="gDay" type="gDay"/>
22 <element name="gMonth" type="gMonth"/>
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c47 ZVAL_STRINGL(member, name, sizeof(name)-1, 1); \
1191 zval *name; in zend_reflection_class_factory() local
1194 ZVAL_STRINGL(name, ce->name, ce->name_length, 1); in zend_reflection_class_factory()
1208 zval *name; in reflection_extension_factory() local
1225 ZVAL_STRINGL(name, module->name, name_len, 1); in reflection_extension_factory()
1238 zval *name; in reflection_parameter_factory() local
1268 zval *name; in reflection_function_factory() local
1290 zval *name; in reflection_method_factory() local
1316 zval *name; in reflection_property_factory() local
5178 ZVAL_STRING(name, module->name, 1); in ZEND_METHOD()
[all …]
/PHP-5.4/ext/intl/tests/
H A Dlocale_compose_locale.phpt139 Input Array name is : loc1
143 Input Array name is : loc2
147 Input Array name is : loc3
151 Input Array name is : loc4
155 Input Array name is : loc5
159 Input Array name is : loc6
163 Input Array name is : loc7
167 Input Array name is : loc8
171 Input Array name is : loc9
176 Input Array name is : loc10
[all …]
/PHP-5.4/ext/pdo/tests/
H A Dpdo.inc3 function set_sql($name, $query)
5 if (empty($GLOBALS['SQL'][$name]))
7 $GLOBALS['SQL'][$name] = $query;
/PHP-5.4/ext/tidy/tests/
H A D010.phpt24 ["name"]=>
48 ["name"]=>
71 ["name"]=>
117 ["name"]=>
148 ["name"]=>
179 ["name"]=>
202 ["name"]=>
223 ["name"]=>
248 ["name"]=>
278 ["name"]=>
[all …]
/PHP-5.4/ext/phar/tests/zip/
H A Dmetadata_write_commit.phpt26 foreach($files as $name => $cont) {
27 var_dump(file_get_contents($p2name.'/'.$name));
39 foreach($files as $name => $cont) {
40 var_dump($phar[$name]->getMetadata());
48 foreach($files as $name => $cont) {
49 var_dump(file_get_contents($pname.'/'.$name));
52 foreach($files as $name => $cont) {
53 var_dump($phar[$name]->getMetadata());
H A Dmetadata_write_commitU.phpt26 foreach($files as $name => $cont) {
27 var_dump(file_get_contents($p2name.'/'.$name));
39 foreach($files as $name => $cont) {
40 var_dump($phar[$name]->getMetadata());
48 foreach($files as $name => $cont) {
49 var_dump(file_get_contents($pname.'/'.$name));
52 foreach($files as $name => $cont) {
53 var_dump($phar[$name]->getMetadata());
/PHP-5.4/ext/reflection/tests/
H A DReflectionObject_constructor_error.phpt17 ["name"]=>
23 ["name"]=>
29 ["name"]=>
35 ["name"]=>
41 ["name"]=>
47 ["name"]=>
H A DReflectionClass_constructor_001.phpt12 //Return the name of another class
23 ["name"]=>
27 ["name"]=>
31 ["name"]=>
/PHP-5.4/ext/zip/lib/
H A Dzip_set_name.c44 _zip_set_name(struct zip *za, zip_uint64_t idx, const char *name) in _zip_set_name() argument
49 if (idx >= za->nentry || name == NULL) { in _zip_set_name()
54 if ((i=_zip_name_locate(za, name, 0, NULL)) != -1 && i != idx) { in _zip_set_name()
63 if ((s=strdup(name)) == NULL) { in _zip_set_name()
/PHP-5.4/Zend/tests/
H A Dbug62907.phpt5 function __autoload($name) {
6 if ($name == "B") {
8 } else if ($name == "A") {
10 } else if ($name == "T") {
/PHP-5.4/ext/standard/tests/general_functions/
H A Dis_callable_basic1.phpt14 Description: use iscallable() on given string to check for valid function name
15 returns true if valid function name, false otherwise
33 /* function name with simple string */
37 /* function name with mixed string and integer */
41 /* function name as NULL */
45 /* function name with boolean name */
49 /* function name with string and special character */
60 /* use check_iscallable() to check whether given string is valid function name
/PHP-5.4/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",
/PHP-5.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 Darray_intersect_uassoc_variation9.phpt2 Test array_intersect_uassoc() function : usage variation - Passing non-existing function name to ca…
16 //function name within double quotes
19 //function name within single quotes
22 //function name without quotes
29 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
32 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
37 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d

Completed in 97 milliseconds

12345678910>>...62