Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.5/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.
H A Dinterface_constant_inheritance_004.phpt2 Ensure a class may implement two interfaces which include the same constant (due to inheritance).
/PHP-5.5/tests/lang/
H A Dstatic_basic_001.phpt19 echo "\nLots of initialisations in the same statement.\n";
61 Lots of initialisations in the same statement.
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)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt31 // now the same with native PS
32 printf("now the same with native PS\n");
78 now the same with native PS
H A Dpdo_mysql_prepare_emulated_anonymous.phpt35 // now the same with native PS
36 printf("now the same with native PS\n");
77 now the same with native PS
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt36 // now the same with emulated PS
37 printf("now the same with emulated PS\n");
72 now the same with emulated PS
/PHP-5.5/ext/mysql/tests/
H A Dbug48754.phpt31 echo 'Expect same thread id for $link and default conn: ';
44 echo 'Expect same thread id for $link and default conn but not the previous: ';
73 Expect same thread id for $link and default conn: bool(true)
82 Expect same thread id for $link and default conn but not the previous: bool(true)
/PHP-5.5/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)
H A Dsubstr_replace_error.phpt55 Warning: substr_replace(): 'from' and 'len' should be of same type - numerical or array in %s on l…
58 Warning: substr_replace(): 'from' and 'len' should be of same type - numerical or array in %s on l…
63 Warning: substr_replace(): 'from' and 'len' should have the same number of elements in %s on line %d
/PHP-5.5/Zend/tests/
H A Dbug64515.phpt2 Bug #64515 (Memoryleak when using the same variablename 2times in function declaration)
H A Dforeach_002.phpt2 Creating recursive array on foreach using same variable
H A Dobjects_018.phpt2 Using the same function name on interface with inheritance
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
H A Dobjects_014.phpt2 extending the same interface twice
H A Dbug48667_1.phpt10 Fatal error: Class A cannot implement both IteratorAggregate and Iterator at the same time in %s on…
H A Dbug48667_2.phpt10 Fatal error: Class A cannot implement both Iterator and IteratorAggregate at the same time in %s on…
/PHP-5.5/ext/standard/tests/network/
H A Dfsockopen_basic.phpt40 echo "\nCalling fsockopen() with address and port in same string:\n";
58 Calling fsockopen() with address and port in same string:
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation9.phpt39 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
47 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
H A Dgzopen_variation4.phpt119 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
126 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
133 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
140 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
147 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
/PHP-5.5/ext/spl/examples/
H A Drecursivedualiterator.inc53 /** @return whether both inner iterators are valid, have same hasChildren()
62 /** @return whether both inner iterators are valid, have same hasChildren()

Completed in 28 milliseconds

12345678910>>...16