Home
last modified time | relevance | path

Searched refs:by (Results 201 – 225 of 1435) sorted by relevance

12345678910>>...58

/php-src/Zend/tests/
H A Dgh11222.phpt2 GH-11222: foreach by-ref may jump over keys during a rehash
10 // force that it'll be rehashed by adding enough holes
H A Dthrowing_overloaded_compound_assign_op.phpt33 Modulo by zero
41 Modulo by zero
H A Dbug74164.phpt2 Bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted by-ref arg)
15 Fatal error: Uncaught Exception: {closure:%s:%d}(): Argument #1 ($ref) must be passed by reference,…
/php-src/Zend/tests/property_hooks/
H A Dget_by_ref.phpt2 Get property hook by ref and indirect modification
34 Cannot assign by reference to overloaded object
/php-src/ext/pcre/tests/
H A Dpreg_grep_basic.phpt11 ….*/*)+@', $array)); //finds / followed by one or more of a-z, A-Z and 0-9, followed by zero or mor…
12 …@i', $array)); //finds http:// (at the beginning of a string) not followed by 3 characters that ar…
/php-src/ext/standard/tests/strings/
H A Dshow_source_basic.phpt2 Test function show_source() by calling it with its expected arguments, more test for highlight_file…
8 echo "*** Test by calling method or function with its expected arguments ***\n";
23 *** Test by calling method or function with its expected arguments ***
25 </span><span style="color: #007700">echo </span><span style="color: #DD0000">"*** Test by calling m…
/php-src/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt12 /* Trying to create unique files by passing previously created unique file name as prefix */
16 echo "\n*** Test tempnam(): by passing previously created filenames ***\n";
47 *** Test tempnam(): by passing previously created filenames ***
H A Dtempnam_variation6.phpt10 /* Trying to create unique files by passing previously created unique file name as prefix */
14 echo "\n*** Test tempnam(): by passing previously created filenames ***\n";
45 *** Test tempnam(): by passing previously created filenames ***
H A Dis_file_variation1.phpt6 and the file created by touch() */
27 /* created by fopen() */
33 /* created by touch() */
H A Dfile_put_contents_variation1.phpt12 $extra = ", followed by this";
37 The first string to write, followed by this
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_106.phpt24 Cannot assign array to reference held by property Test::$prop of type ?Type
25 Cannot assign array to reference held by property Test::$prop of type ?Type
H A Dtyped_properties_068.phpt2 Test typed static property by ref
69 Cannot assign null to reference held by property Foo::$i of type int
82 Reference with value of type string held by property Foo::$s of type string is not compatible with …
85 Reference with value of type int held by property Foo::$i of type int is not compatible with proper…
H A Dtyped_properties_079.phpt29 string(78) "Cannot assign ArrayIterator to reference held by property A::$a of type ?array"
32 string(68) "Cannot assign int to reference held by property A::$a of type ?array"
H A Dtyped_properties_055.phpt2 Test assign to typed property taken by reference
25 Fatal error: Uncaught TypeError: Cannot assign string to reference held by property A::$bar of type…
H A Dtyped_properties_097.phpt83 Cannot decrement a reference held by property Test::$foo of type int past its minimal value
85 Cannot decrement a reference held by property Test::$foo of type int past its minimal value
87 Cannot increment a reference held by property Test::$foo of type int past its maximal value
89 Cannot increment a reference held by property Test::$foo of type int past its maximal value
/php-src/tests/lang/operators/
H A Ddivide_variationStr.phpt30 Division by zero
58 Division by zero
86 Division by zero
114 Division by zero
142 Division by zero
198 Division by zero
226 Division by zero
254 Division by zero
282 Division by zero
310 Division by zero
[all …]
H A Dmodulus_variationStr.phpt28 DivisionByZeroError: Modulo by zero
56 DivisionByZeroError: Modulo by zero
84 DivisionByZeroError: Modulo by zero
112 DivisionByZeroError: Modulo by zero
140 DivisionByZeroError: Modulo by zero
196 DivisionByZeroError: Modulo by zero
224 DivisionByZeroError: Modulo by zero
252 DivisionByZeroError: Modulo by zero
280 DivisionByZeroError: Modulo by zero
308 DivisionByZeroError: Modulo by zero
[all …]
/php-src/ext/bcmath/tests/
H A Dbcdivmod_by_zero.phpt2 bcdivmod() function div by zero
32 echo $e->getMessage() === 'Division by zero' ? 'OK' :'NG';
/php-src/ext/date/tests/
H A Doo_001.phpt67 DateObjectError: Object of type _d (inheriting DateTime) has not been correctly initialized by call…
70 DateObjectError: Object of type _t (inheriting DateTimeZone) has not been correctly initialized by
72 DateObjectError: Object of type _p (inheriting DatePeriod) has not been correctly initialized by ca…
73 DateObjectError: Object of type _p (inheriting DatePeriod) has not been correctly initialized by ca…
H A DDateInterval_uninitialised_exceptions.phpt29 …yDateInterval (inheriting DateInterval) has not been correctly initialized by calling parent::__co…
30 …yDateInterval (inheriting DateInterval) has not been correctly initialized by calling parent::__co…
/php-src/ext/xsl/tests/
H A Dbug53965.phpt24 <h1>Fight for your mind</h1><h2>by Ben Harper - 1995</h2><hr>
25 <h1>Electric Ladyland</h1><h2>by Jimi Hendrix - 1997</h2><hr>
/php-src/ext/exif/tests/
H A Dexif004.phpt8 if (!defined("EXIF_USE_MBSTRING") || !EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');
19 test4.jpg is a 1*1 image that contains Exif tags written by WindowsXP
/php-src/ext/standard/tests/array/
H A Dnatcasesort_object1.phpt38 echo "\n-- Testing natcasesort() by supplying various object arrays --\n";
40 // testing natcasesort() function by supplying string object array
49 -- Testing natcasesort() by supplying various object arrays --
/php-src/tests/lang/
H A DpassByReference_008.phpt2 Pass same variable by ref and by value.
/php-src/Zend/tests/arrow_functions/
H A D001.phpt24 // Close over $var by-value, not by-reference

Completed in 25 milliseconds

12345678910>>...58