Home
last modified time | relevance | path

Searched refs:same (Results 26 – 50 of 377) sorted by relevance

12345678910>>...16

/PHP-5.5/Zend/tests/traits/
H A Dproperty007.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
23 // now the same with a class that defines the property itself, too.
34 Strict Standards: Base and THello1 define the same property ($hello) in the composition of SameName…
37 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
H A Dproperty009.phpt2 Handling of public fields with traits needs to have same semantics as with normal inheritance, howe…
16 // And here, we need to make sure, that the traits behave the same
45 Strict Standards: BaseWithPropA and AHelloProperty define the same property ($hello) in the composi…
47 Strict Standards: BaseWithTPropB and AHelloProperty define the same property ($hello) in the compos…
H A Dproperty005.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
37 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
40 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dproperty006.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
23 // now the same with a class that defines the property itself,
36 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
H A Dproperty008.phpt2 Handling of private fields with traits needs to have same semantics as with normal inheritance.
16 // And here, we need to make sure, that the traits behave the same
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt47 echo "\nClass and Method in same string, bad method name:\n";
53 echo "\nClass and Method in same string, bad class name:\n";
59 echo "\nClass and Method in same string (ok):\n";
92 Class and Method in same string, bad method name:
97 Class and Method in same string, bad class name:
102 Class and Method in same string (ok):
/PHP-5.5/ext/spl/tests/
H A Dspl_fileinfo_getlinktarget_basic.phpt16 echo $fileInfo->getLinkTarget() == __FILE__ ? 'same' : 'different',PHP_EOL;
21 same
/PHP-5.5/Zend/tests/
H A Dbug60536_002.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
37 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
40 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dbug60536_004.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
23 // now the same with a class that defines the property itself,
36 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
H A Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
33 echo "After binding, with same-class instance for the bound one", "\n";
59 After binding, with same-class instance for the bound one
/PHP-5.5/ext/standard/tests/file/
H A Dfstat_variation8.phpt25 echo "PASSED: all elements are the same\n";
32 PASSED: all elements are the same
H A Dsymlink_link_linkinfo_is_link_variation4.phpt49 echo "\nSize of file and hard link are same\n";
65 echo "\nSize of file and hard link are same\n";
83 echo "\nSize of file and hard link are same\n";
103 Size of file and hard link are same
110 Size of file and hard link are same
119 Size of file and hard link are same
H A Dcopy_variation10.phpt14 echo "*** Test copy(): Trying to create a copy of file with the same source name ***\n";
33 *** Test copy(): Trying to create a copy of file with the same source name ***
/PHP-5.5/ext/spl/internal/
H A Drecursivearrayiterator.inc19 * the same functionality as FilterIterator. This allows you to skip parents
22 * builtin behavior uses reflection to return a new instance of the exact same
41 * @note the returned iterator will be of the same class as $this
H A Drecursivefilteriterator.inc19 * the same functionality as FilterIterator. This allows you to skip parents
22 * builtin behavior uses reflection to return a new instance of the exact same
48 * @note the returned iterator will be of the same class as $this
/PHP-5.5/ext/standard/tests/network/
H A Dfsockopen_variation1.phpt22 echo "\nCalling fsockopen() with address and port in same string, without a protocol:\n";
36 Calling fsockopen() with address and port in same string, without a protocol:
H A Dfsockopen_variation2.phpt21 echo "\nCalling fsockopen() with address and port in same string:\n";
43 Calling fsockopen() with address and port in same string:
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_variation6.phpt21 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
25 'c' => 2); //same as above, using integer
H A Darray_diff_assoc_variation8.phpt22 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
26 'c' => 2); //same as above, using integer
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt18 //if we had a simple cast to unsigned char, this would be the same as 0
34 //if we had a simple cast to unsigned char, this would be the same as 0
49 //should give error, not be the same as 255
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt13 // Valid with cost the same
16 // Valid with cost the same, additional params
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt25 printf("[001] Both handles should use the same connection.");
36 printf("[002] Both handles should report the same MySQL thread ID");
45 printf("[003] Both handles should report the same MySQL thread ID");
73 …printf("[006] Looks like the persistent and the non persistent connection are using the same link?…
/PHP-5.5/ext/date/tests/
H A Dbug54851.phpt20 // Verify that our implementation is the same as for the constructor and
28 // - when the day is not the same as the day on the original date:
35 // - when the day *is* the same as the day on the original date:
H A DDateTime_setISODate_basic1.phpt29 echo "..same day last year was \"" . $datetime->format("D M j") . "\"\n";
37 ..same day last year was "Wed Jul 23"
H A Ddate_isodate_set_basic1.phpt29 echo "..same day last year was \"" . date_format($datetime, "D M j") . "\"\n";
37 ..same day last year was "Wed Jul 23"

Completed in 41 milliseconds

12345678910>>...16