Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.3/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
26 /* creating link to a file in different dir with the same name as the file */
27 echo "\n*** Create hard link in different directory with same filename ***\n";
49 echo "\n*** Create soft link in different directory with same filename ***\n";
72 *** Create hard link in different directory with same filename ***
78 *** Create soft link in different directory with same filename ***
H A Drename_variation3-win32.phpt22 /* test rename() by trying to rename an existing file/dir to the same name
32 echo "\n-- Renaming file to same file name --\n";
36 echo "\n-- Renaming directory to same directory name --\n";
64 -- Renaming file to same file name --
68 -- Renaming directory to same directory name --
H A Dsymlink_link_linkinfo_is_link_variation3.phpt59 // checking that size of symlink remains same
61 echo "\nSoft link size remains same \n";
81 // checking that size of symlink remains same
83 echo "\nSoft link size remains same \n";
103 // checking that size of symlink remains same
105 echo "\nSoft link size remains same \n";
127 Soft link size remains same
136 Soft link size remains same
145 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.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
/PHP-7.3/Zend/tests/
H A Duse_no_eval_conflict.phpt6 /* It is important that these two eval()s occur on the same line,
7 * as this forces them to have the same filename. */
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 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";
56 After binding, with same-class instance for the bound one
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,
/PHP-7.3/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.3/ext/reflection/tests/
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 …
/PHP-7.3/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-7.3/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.3/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.3/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:

Completed in 126 milliseconds

12345678910>>...18