Home
last modified time | relevance | path

Searched refs:name (Results 251 – 275 of 1543) sorted by relevance

1...<<11121314151617181920>>...62

/PHP-5.4/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-5.4/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-5.4/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"/>
H A Dschema079.phpt9 <complexType name="testType">
11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
H A Dschema080.phpt9 <complexType name="testType">
11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
H A Dschema034.phpt9 <element name="testType2" type="tns:testType2"/>
10 <complexType name="testType2">
12 <element name="int" type="int"/>
15 <complexType name="testType">
17 <element name="int" type="int"/>
/PHP-5.4/ext/standard/tests/file/
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 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_variation2-win32.phpt20 /* Renaming a file and directory to numeric name */
21 echo "\n*** Testing rename() by renaming a file and directory to numeric name ***\n";
25 // renaming existing file to numeric name
34 // renaming a directory to numeric name
53 *** Testing rename() by renaming a file and directory to numeric name ***
/PHP-5.4/sapi/apache_hooks/
H A Dsapi_apache.c86 …php_register_variable("PHP_SELF_HOOK", handler->name, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_C… in apache_php_module_hook()
89 file_handle.filename = handler->name; in apache_php_module_hook()
93 if( (tmp = strstr(handler->name, "::")) != NULL && *(tmp+2) != '\0' ) { in apache_php_module_hook()
98 ZVAL_STRING(class, handler->name, 1); in apache_php_module_hook()
107 php_error(E_ERROR, "Unable to call %s - not a Class::Method\n", handler->name); in apache_php_module_hook()
/PHP-5.4/ext/reflection/tests/
H A DReflectionObject_constructor_basic.phpt18 ["name"]=>
22 ["name"]=>
26 ["name"]=>
/PHP-5.4/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-5.4/Zend/tests/
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 Dbug60611.phpt6 function __call($name, $arg) {
8 static function __callStatic($name, $arg) {
27 Fatal error: Method name must be a string in %sbug60611.php on line %d
H A Dbug26697.phpt8 function __autoload($name)
10 echo __METHOD__ . "($name)\n";
12 echo __METHOD__ . "($name), done\n";
/PHP-5.4/sapi/apache2filter/
H A Dphp_functions.c91 #define ADD_LONG(name) \ argument
92 add_property_long(return_value, #name, rr->name)
93 #define ADD_TIME(name) \ argument
94 add_property_long(return_value, #name, apr_time_sec(rr->name));
95 #define ADD_STRING(name) \ argument
96 if (rr->name) add_property_string(return_value, #name, (char *) rr->name, 1)
314 char *s = (char *) ap_loaded_modules[n]->name; in PHP_FUNCTION()
332 char *s = (char *) ap_loaded_modules[n]->name; in PHP_MINFO_FUNCTION()
/PHP-5.4/ext/session/
H A Dsession.c826 char *name;
917 char *name;
992 ps_serializers[i].name = name;
1037 char *name;
1041 #define CACHE_LIMITER(name) _php_cache_limiter_##name
1043 #define CACHE_LIMITER_ENTRY(name) { #name, CACHE_LIMITER(name) },
1332 if (!strcasecmp(name, mod->name)) {
1616 if (name) {
1640 if (name) {
1663 char *name;
[all …]
/PHP-5.4/ext/simplexml/tests/
H A Dbug41582.phpt11 $xml->movie[]->characters->character[0]->name = 'Miss Coder';
19 <collection><movie><characters><character><name>Miss Coder</name></character></characters></movie><…
H A D014a.phpt9 <person name="Joe"></person>
14 var_dump($people->person[0]['name']);
17 $person['name'] = "XXX";
18 var_dump($people->person[0]['name']);
/PHP-5.4/ext/session/tests/
H A Dbug66481-win32.phpt2 Bug #66481: Calls to session_name() segfault when session.name is null, Windows.
4 session.name=
14 Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug68976.phpt6 public $name;
8 unset($this->name);
20 $data = unserialize('a:2:{i:0;O:9:"evilClass":1:{s:4:"name";a:2:{i:0;i:1;i:1;i:2;}}i:1;R:4;}');
/PHP-5.4/ext/phar/
H A Dbuild_precommand.php29 foreach($classes as $name) {
30 echo "if (!class_exists('$name', 0))\n{\n";
31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc');
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DRE218 \k<name> back reference by group name
232 \k<name+n> n: 0, 1, 2, ...
233 \k<name-n> n: 0, 1, 2, ...
246 (?<name> [a-zA-Z_:]+ ){0}
248 (?<etag> </ \k<name+1> >){0}
258 \g<name> call by group name
262 ex. (?<name>a|\g<name>b) => error
263 (?<name>a|b\g<name>c) => OK
271 ex. (?-i:\g<name>)(?i:(?<name>a)){0} match to "A"
328 + \N{name}
[all …]

Completed in 34 milliseconds

1...<<11121314151617181920>>...62