Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...65

/PHP-5.5/Zend/
H A Dzend_vm_gen.php291 if (isset($helpers[$name])) {
294 if (!isset($helpers[$name]["op1"][$op1]) &&
295 isset($helpers[$name]["op1"]["ANY"])) {
298 if (!isset($helpers[$name]["op2"][$op2]) &&
299 isset($helpers[$name]["op2"]["ANY"])) {
512 out($f,"case ".$name.":");
1353 list($kind, $func, $name) = $dsk;
1357 $code = $opcodes[$opnames[$name]]['code'];
1359 $h = $helpers[$name];
1378 $op = $opcodes[$opnames[$name]];
[all …]
/PHP-5.5/ext/dom/
H A Ddomconfiguration.c32 ZEND_ARG_INFO(0, name)
37 ZEND_ARG_INFO(0, name)
41 ZEND_ARG_INFO(0, name)
H A Dprocessinginstruction.c33 ZEND_ARG_INFO(0, name)
57 char *name, *value = NULL; in PHP_METHOD() local
62 …SRMLS_CC, getThis(), "Os|s", &id, dom_processinginstruction_class_entry, &name, &name_len, &value,… in PHP_METHOD()
69 name_valid = xmlValidateName((xmlChar *) name, 0); in PHP_METHOD()
75 nodep = xmlNewPI((xmlChar *) name, (xmlChar *) value); in PHP_METHOD()
110 ZVAL_STRING(*retval, (char *) (nodep->name), 1); in dom_processinginstruction_target_read()
/PHP-5.5/Zend/tests/
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];
H A Dns_033.phpt2 033: Import statement with non-compound name
8 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
10 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
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.5/ext/standard/tests/file/
H A Dmove_uploaded_file_basic.phpt9 content-disposition: form-data; name="field1"
13 content-disposition: form-data; name="file1"; filename="file1.txt"
18 content-disposition: form-data; name="file2"; filename="file2.txt"
36 echo "Original name of uploaded file\n";
38 var_dump(move_uploaded_file($_FILES['file1']['name'], $destination2));
63 Original name of uploaded 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.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 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 Dcopy_variation2-win32.phpt67 echo "Destination file name => ";
100 Destination file name => %s/_copy_variation2.tmp
107 Destination file name => %s/@copy_variation2.tmp
114 Destination file name => %s/#copy_variation2.tmp
121 Destination file name => %s/+copy_variation2.tmp
140 Destination file name => %s/!copy_variation2.tmp
147 Destination file name => %s/&copy_variation2.tmp
154 Destination file name => %s/(copy_variation2.tmp
167 Destination file name => %s/;copy_variation2.tmp
174 Destination file name => %s/=copy_variation2.tmp
[all …]
/PHP-5.5/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.5/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"/>
/PHP-5.5/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.5/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.5/ext/reflection/tests/
H A DReflectionObject_constructor_basic.phpt18 ["name"]=>
22 ["name"]=>
26 ["name"]=>
/PHP-5.5/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.5/ext/session/tests/
H A Drfc1867_sid_invalid.phpt9 session.name=PHPSESSID
16 session.upload_progress.name=PHP_SESSION_UPLOAD_PROGRESS
25 Content-Disposition: form-data; name="PHP_SESSION_UPLOAD_PROGRESS"
29 Content-Disposition: form-data; name="file1"; filename="file1.txt"
33 Content-Disposition: form-data; name="file2"; filename="file2.txt"
42 var_dump(basename(__FILE__) == $_POST[ini_get("session.upload_progress.name")]);
64 [%u|b%"name"]=>
77 [%u|b%"name"]=>
/PHP-5.5/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><…
/PHP-5.5/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.5/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.5/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()

Completed in 59 milliseconds

1...<<11121314151617181920>>...65