Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.4/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):
H A DReflectionClass_isInstantiable_variation.phpt44 Deprecated: Methods with the same name as their class will not be constructors in a future version …
46 Deprecated: Methods with the same name as their class will not be constructors in a future version …
48 Deprecated: Methods with the same name as their class will not be constructors in a future version …
H A Dbug47254.phpt27 Deprecated: Methods with the same name as their class will not be constructors in a future version …
29 Deprecated: Methods with the same name as their class will not be constructors in a future version …
H A DReflectionClass_getConstructor_basic.phpt67 Deprecated: Methods with the same name as their class will not be constructors in a future version …
69 Deprecated: Methods with the same name as their class will not be constructors in a future version …
71 Deprecated: Methods with the same name as their class will not be constructors in a future version …
H A DReflectionObject_getConstructor_basic.phpt67 Deprecated: Methods with the same name as their class will not be constructors in a future version …
69 Deprecated: Methods with the same name as their class will not be constructors in a future version …
71 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation8.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - try link with same
27 /* creating link to a file in different dir with the same name as the file */
28 echo "\n*** Create hard link in different directory with same filename ***\n";
50 echo "\n*** Create soft link in different directory with same filename ***\n";
73 *** Create hard link in different directory with same filename ***
79 *** Create soft link in different directory with same filename ***
H A Dsymlink_link_linkinfo_is_link_variation3.phpt60 // checking that size of symlink remains same
62 echo "\nSoft link size remains same \n";
82 // checking that size of symlink remains same
84 echo "\nSoft link size remains same \n";
104 // checking that size of symlink remains same
106 echo "\nSoft link size remains same \n";
128 Soft link size remains same
137 Soft link size remains same
146 Soft link size remains same
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.phpt43 echo "\nSize of file and hard link are same\n";
59 echo "\nSize of file and hard link are same\n";
77 echo "\nSize of file and hard link are same\n";
97 Size of file and hard link are same
104 Size of file and hard link are same
113 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";
31 *** Test copy(): Trying to create a copy of file with the same source name ***
/PHP-7.4/ext/spl/tests/
H A Dbug70053.phpt6 echo "-- Two empty iterators attached with infos that are different but same array key --\n";
16 -- Two empty iterators attached with infos that are different but same array key --
H A Dspl_fileinfo_getlinktarget_basic.phpt16 echo $fileInfo->getLinkTarget() == __FILE__ ? 'same' : 'different',PHP_EOL;
21 same
/PHP-7.4/tests/classes/
H A Dinheritance_002.phpt58 Deprecated: Methods with the same name as their class will not be constructors in a future version …
60 Deprecated: Methods with the same name as their class will not be constructors in a future version …
62 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.4/ext/dba/tests/
H A DCONFLICTS1 # Many of these tests work on the same database file
/PHP-7.4/Zend/tests/traits/
H A Dproperty005.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
37 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dproperty007.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
22 // now the same with a class that defines the property itself, too.
H A Dproperty008.phpt2 Handling of private fields with traits needs to have same semantics as with normal inheritance.
15 // And here, we need to make sure, that the traits behave the same
H A Dproperty009.phpt2 Handling of public fields with traits needs to have same semantics as with normal inheritance, howe…
15 // And here, we need to make sure, that the traits behave the same
H A Dproperty006.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
22 // now the same with a class that defines the property itself,
/PHP-7.4/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-7.4/Zend/tests/
H A Dbug60536_005.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
22 // now the same with a class that defines the property itself, too.
H A Dbug60536_002.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
37 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…
22 // now the same with a class that defines the property itself,
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";
58 After binding, with same-class instance for the bound one

Completed in 20 milliseconds

12345678910>>...16