Home
last modified time | relevance | path

Searched refs:name (Results 451 – 475 of 1814) sorted by relevance

1...<<11121314151617181920>>...73

/PHP-7.0/ext/xmlreader/examples/
H A Dxmlreader_file.php6 print "Node Name: ".$reader->name."\n";
12 print " Attribute Name: ".$reader->name."\n";
H A Dxmlreader_string.php17 print "Node Name: ".$reader->name."\n";
23 print " Attribute Name: ".$reader->name."\n";
/PHP-7.0/Zend/tests/
H A Dbug69802_2.phpt2 Bug #69802 (Reflection on Closure::__invoke borks type hint class name)
11 ["name"]=>
H A Derrmsg_028.phpt2 errmsg: cannot use 'self' as class name
12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_029.phpt2 errmsg: cannot use 'parent' as class name
12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
H A Dbug75420.8.phpt10 $name = "foo";
11 $obj->$name = 1;
H A Derrmsg_035.phpt2 errmsg: cannot use 'self' as interface name
12 Fatal error: Cannot use 'self' as interface name as it is reserved in %s on line %d
H A Derrmsg_036.phpt2 errmsg: cannot use 'parent' as interface name
12 Fatal error: Cannot use 'parent' as interface name as it is reserved in %s on line %d
H A Dbug52051.phpt26 Deprecated: Methods with the same name as their class will not be constructors in a future version …
28 Deprecated: Methods with the same name as their class will not be constructors in a future version …
30 Deprecated: Methods with the same name as their class will not be constructors in a future version …
32 Deprecated: Methods with the same name as their class will not be constructors in a future version …
H A Derrmsg_030.phpt2 errmsg: cannot use 'self' as parent class name
12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_031.phpt2 errmsg: cannot use 'parent' as parent class name
12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
H A Dspecial_name_error2.phpt2 Cannot use special class name as alias
10 Fatal error: Cannot use Foo\Bar as self because 'self' is a special class name in %s on line %d
/PHP-7.0/Zend/tests/traits/
H A Dstatic_004.phpt9 public static function __callStatic($name, $arguments) {
10 return $name;
/PHP-7.0/ext/standard/tests/network/
H A Dbug72071.phpt9 setcookie("name", "value", $date);
14 Set-Cookie: name=value; expires=Sat, 01-Apr-2017 12:25:39 GMT; Max-Age=0
/PHP-7.0/Zend/
H A Dzend_vm_gen.php449 if (isset($helpers[$name])) {
452 if (!isset($helpers[$name]["op1"][$op1]) &&
453 isset($helpers[$name]["op1"]["ANY"])) {
456 if (!isset($helpers[$name]["op2"][$op2]) &&
457 isset($helpers[$name]["op2"]["ANY"])) {
700 out($f,"case ".$name.":");
1687 list($kind, $func, $name) = $dsk;
1691 $code = $opcodes[$opnames[$name]]['code'];
1693 $h = $helpers[$name];
1704 $op = $opcodes[$opnames[$name]];
[all …]
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.h42 #define phpdbg_breakbase(name) \ argument
47 const char *name /* }}} */
51 phpdbg_breakbase(name);
95 phpdbg_breakbase(name);
104 phpdbg_breakbase(name);
/PHP-7.0/ext/mysqli/
H A Dmysqli_nonapi.c991 name = (char *)cs.csname;
992 collation = (char *)cs.name;
1005 name = cs->name;
1015 add_property_string(return_value, "charset", (name) ? (char *)name : "");
1086 char * name = NULL; local
1139 char * name = NULL; local
1146 if (!name || !name_len) {
1154 if (FAIL == mysqlnd_savepoint(mysql->mysql, name)) {
1168 char * name = NULL; local
1175 if (!name || !name_len) {
[all …]
/PHP-7.0/ext/simplexml/tests/
H A Dsxe_003.phpt40 foreach($sxe->getChildren() as $name => $data) {
41 var_dump($name);
52 foreach($sxe->getChildren() as $name => $data) {
53 var_dump($name);
/PHP-7.0/ext/reflection/tests/
H A DReflectionProperty_basic2.phpt49 ["name"]=>
65 ["name"]=>
81 ["name"]=>
99 ["name"]=>
/PHP-7.0/ext/soap/tests/schema/
H A Dschema035.phpt9 <element name="testType2">
12 <element name="int" type="int"/>
16 <complexType name="testType">
18 <element name="int" type="int"/>
/PHP-7.0/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt10 // Access publicId, systemId, name, internalSubset all with values.
19 print "name: ".$doctype->name."\n";
45 name: chapter
/PHP-7.0/tests/classes/
H A Dautoload_010.phpt5 function __autoload($name)
8 var_dump($name);
H A Dautoload_011.phpt5 function __autoload($name)
8 var_dump($name);
/PHP-7.0/ext/pcntl/
H A Dphp_pcntl.h91 #define REGISTER_PCNTL_ERRNO_CONSTANT(name) REGISTER_LONG_CONSTANT("PCNTL_" #name, name, CONST_CS |… argument
/PHP-7.0/ext/phar/tests/files/
H A Dopenssl.cnf15 stateOrProvinceName = State or Province Name (full name)
21 commonName = Common Name (eg, YOUR name)
30 unstructuredName = An optional company name

Completed in 56 milliseconds

1...<<11121314151617181920>>...73