Home
last modified time | relevance | path

Searched refs:same (Results 51 – 75 of 396) sorted by relevance

12345678910>>...16

/PHP-7.4/Zend/tests/use_const/
H A Dcase_sensivity.phpt2 importing const with same name but different case
H A Dconflicting_use_alias.phpt2 use and use const with the same alias
/PHP-7.4/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-7.4/Zend/tests/
H A Dobjects_033.phpt9 // which may or may not share the same ordering.
14 // This test ensures that the first comparison yields the same
H A Dforeach_005.phpt2 Nested foreach by reference on the same array
H A Dobjects_018.phpt2 Using the same function name on interface with inheritance
H A Dforeach_002.phpt2 Creating recursive array on foreach using same variable
H A Dbug43183.phpt2 Bug #43183 ("use" of the same class in difference scripts results in a fatal error)
H A Dobjects_013.phpt2 implementing the same interface twice
/PHP-7.4/tests/classes/
H A Dstatic_properties_004.phpt9 echo "\nInherited static properties refer to the same value across classes:\n";
23 Inherited static properties refer to the same value across classes:
H A Dautoload_019.phpt2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
/PHP-7.4/ext/reflection/tests/
H A DReflectionObject_isInstantiable_variation.phpt72 Deprecated: Methods with the same name as their class will not be constructors in a future version …
74 Deprecated: Methods with the same name as their class will not be constructors in a future version …
76 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.4/ext/standard/tests/strings/
H A Dbug42208.phpt2 Bug #42208 (substr_replace() crashes when the same array is passed more than once)
H A Dbug26878.phpt2 Bug #26878 (problem with multiple references to the same variable with different types)
/PHP-7.4/ext/date/tests/
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"
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:
/PHP-7.4/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-7.4/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt24 //if we had a simple cast to unsigned char, this would be the same as 0
40 //if we had a simple cast to unsigned char, this would be the same as 0
55 //should give error, not be the same as 255
/PHP-7.4/tests/lang/
H A Dstatic_basic_002.phpt2 Multiple declarations of the same static variable
H A Dbug38579.phpt2 Bug #38579 (include_once() may include the same file twice)
H A Dstatic_basic_001.phpt19 echo "\nLots of initialisations in the same statement.\n";
60 Lots of initialisations in the same statement.
/PHP-7.4/Zend/tests/use_function/
H A Dconflicting_use_alias.phpt2 use and use function with the same alias
/PHP-7.4/ext/hash/tests/
H A Dhash_equals.phpt5 var_dump(hash_equals("same", "same"));

Completed in 61 milliseconds

12345678910>>...16