Home
last modified time | relevance | path

Searched refs:by (Results 226 – 250 of 1435) sorted by relevance

12345678910>>...58

/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_114.phpt34 Cannot assign array to reference held by property A::$foo of type string
35 Cannot assign array to reference held by property A::$foo of type string
/php-src/ext/xsl/tests/
H A DtransformToDoc_sxe_type_error.phpt39 string(20) "by Ben Harper - 1995"
41 string(22) "by Jimi Hendrix - 1997"
/php-src/ext/standard/tests/array/
H A Darray_flip_variation2.phpt26 'one', //expected: default key 0, value will be replaced by 'bool_key4'
29 1 => 'int_key', // expected: value will be replaced by 'bool_key3'
48 null => 'null_key1', // expected: value will be replaced by 'null_key2'
H A Darray_walk_closure.phpt111 Warning: {closure:%s:%d}(): Argument #3 ($udata) must be passed by reference, value given in %s on …
117 Warning: {closure:%s:%d}(): Argument #3 ($udata) must be passed by reference, value given in %s on …
123 Warning: {closure:%s:%d}(): Argument #3 ($udata) must be passed by reference, value given in %s on …
149 Warning: {closure:%s:%d}(): Argument #3 ($udata) must be passed by reference, value given in %s on …
155 Warning: {closure:%s:%d}(): Argument #3 ($udata) must be passed by reference, value given in %s on …
161 Warning: {closure:%s:%d}(): Argument #3 ($udata) must be passed by reference, value given in %s on …
H A Darray_key_first_variation.phpt9 echo"\n*** Checking for internal array pointer not being changed by array_key_first ***\n";
26 *** Checking for internal array pointer not being changed by array_key_first ***
H A Darray_key_last_variation.phpt9 echo"\n*** Checking for internal array pointer not being changed by array_key_last ***\n";
26 *** Checking for internal array pointer not being changed by array_key_last ***
H A Dnatcasesort_object2.phpt41 echo "\n-- Testing natcasesort() by supplying object arrays --\n";
43 // testing natcasesort() function by supplying string object array
53 -- Testing natcasesort() by supplying object arrays --
H A Duasort_variation3.phpt43 1, //expecting: default key 0, value will be replaced by 'FALSE'
46 1 => 10, // expecting: value will be replaced by 'TRUE'
65 null => 20, // expecting: value will be replaced by 'NULL'
/php-src/ext/exif/tests/
H A Dexif003.phpt8 if (!defined("EXIF_USE_MBSTRING") || !EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');
59 string(41) "Photo (c) M.Boerger, Edited by M.Boerger."
63 string(20) "Edited by M.Boerger."
/php-src/ext/filter/tests/
H A D029.phpt54 /* attempting to change data by reference */
90 Warning: test2(): Argument #1 ($var) must be passed by reference, value given in %s on line %d
93 Warning: test2(): Argument #1 ($var) must be passed by reference, value given in %s on line %d
96 Warning: test2(): Argument #1 ($var) must be passed by reference, value given in %s on line %d
/php-src/tests/lang/
H A Dbug22510.phpt101 Notice: Only variable references should be returned by reference in %s on line %d
104 Notice: Only variable references should be returned by reference in %s on line %d
123 Notice: Only variable references should be returned by reference in %s on line %d
126 Notice: Only variable references should be returned by reference in %s on line %d
H A Dfunc_num_args.004.phpt2 Pass same variable by ref and by value.
/php-src/ext/standard/tests/strings/
H A Dshow_source_variation2.phpt2 Test function show_source() by calling it with its expected arguments and output to variable, more …
8 echo "*** Test by calling method or function with its expected arguments and output to variable ***…
23 *** Test by calling method or function with its expected arguments and output to variable ***
25 </span><span style="color: #007700">echo </span><span style="color: #DD0000">"*** Test by calling m…
H A Dshow_source_variation1.phpt2 Test function show_source() by calling it with its expected arguments and php output, more test for…
8 echo "*** Test by calling method or function with its expected arguments and php output ***\n";
23 *** Test by calling method or function with its expected arguments and php output ***
26 </span><span style="color: #007700">echo </span><span style="color: #DD0000">"*** Test by calling m…
H A Dsetlocale_basic3.phpt38 echo "*** Testing setlocale() by passing multiple locales as argument ***\n";
62 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.u…
67 // dump the name of the new locale set by setlocale()
87 *** Testing setlocale() by passing multiple locales as argument ***
88 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.utf8, zh…
H A Dsetlocale_variation1.phpt38 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
61 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_U…
66 // dump the name of the new locale set by setlocale()
86 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
87 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8,…
H A Dbug62462.phpt2 Multibyte characters shouldn't be split by soft line break added by quoted_printable_encode - 4 byt…
/php-src/ext/date/tests/
H A Dstrftime_variation6.phpt15 'Hour as decimal by 24-hour format' => "%H",
16 'Hour as decimal by 12-hour format' => "%I",
34 --Hour as decimal by 24-hour format--
42 --Hour as decimal by 12-hour format--
H A Dgmstrftime_variation6.phpt14 'Hour as decimal by 24-hour format' => "%H",
15 'Hour as decimal by 12-hour format' => "%I",
33 --Hour as decimal by 24-hour format--
41 --Hour as decimal by 12-hour format--
H A DDateTimeImmutable_createFromInterface_exceptions.phpt36 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
37 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
/php-src/Zend/tests/lazy_objects/
H A Dinit_handles_ref_source_types_exception.phpt91 TypeError: Cannot assign int to reference held by property C::$a of type ?C
92 TypeError: Cannot assign int to reference held by property C::$b of type ?C
108 TypeError: Cannot assign int to reference held by property C::$a of type ?C
109 TypeError: Cannot assign int to reference held by property C::$b of type ?C
/php-src/ext/bcmath/tests/number/methods/
H A Ddiv_mod_by_zero.phpt2 BcMath\Number div(), mod(), divmod() by zero
33 echo $e->getMessage() === 'Division by zero' ? 'OK' :'NG';
42 echo $e->getMessage() === 'Modulo by zero' ? 'OK' :'NG';
51 echo $e->getMessage() === 'Division by zero' ? 'OK' :'NG';
/php-src/ext/reflection/tests/
H A Dbug42976.phpt29 Warning: C::__construct(): Argument #1 ($x) must be passed by reference, value given in %s on line …
32 Warning: C::__construct(): Argument #1 ($x) must be passed by reference, value given in %s on line …
/php-src/ext/spl/tests/
H A Darray_019.phpt2 SPL: ArrayIterator and foreach by reference
29 Fatal error: Uncaught Error: An iterator cannot be used with foreach by reference in %s:%d
/php-src/Zend/tests/match/
H A D028.phpt2 Test result of match cannot be modified by reference
37 Caught Test::usesRef(): Argument #1 ($x) could not be passed by reference

Completed in 21 milliseconds

12345678910>>...58