Home
last modified time | relevance | path

Searched refs:by (Results 151 – 175 of 1482) sorted by relevance

12345678910>>...60

/PHP-5.5/tests/lang/
H A Dbug22231.phpt2 Bug #22231 (segfault when returning a global variable by reference)
30 Deprecated: Assigning the return value of new by reference is deprecated in %s on line %d
H A DpassByReference_008.phpt2 Pass same variable by ref and by value.
H A Dfunc_num_args.004.phpt2 Pass same variable by ref and by value.
H A Dfunc_get_args.004.phpt2 Pass same variable by ref and by value.
/PHP-5.5/ext/standard/tests/file/
H A Dis_file_variation1.phpt11 and the file created by touch() */
32 /* created by fopen() */
38 /* created by touch() */
H A Dfile_put_contents_variation1.phpt18 $extra = ", followed by this";
40 The first string to write, followed by this
/PHP-5.5/ext/oci8/tests/
H A Dfetch_all5.phpt26 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
34 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
42 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
H A Dlob_043.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
32 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
44 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_object1.phpt43 echo "\n-- Testing natcasesort() by supplying various object arrays --\n";
45 // testing natcasesort() function by supplying string object array
55 -- Testing natcasesort() by supplying various object arrays --
H A Darray_flip_variation2.phpt31 'one', //expected: default key 0, value will be replaced by 'bool_key4'
34 1 => 'int_key', // expected: value will be replaced by 'bool_key3'
54 null => 'null_key1', // expected: value will be replaced by 'null_key2'
H A Dksort_variation3.phpt6 * Description: Sort an array by key, maintaining key to data correlation
11 * Testing ksort() by providing array of integer/float/mixed values for $array argument
37 echo "\n-- Testing ksort() by supplying various integer/float arrays --\n";
63 -- Testing ksort() by supplying various integer/float arrays --
H A Dnatcasesort_object2.phpt46 echo "\n-- Testing natcasesort() by supplying object arrays --\n";
48 // testing natcasesort() function by supplying string object array
59 -- Testing natcasesort() by supplying object arrays --
H A Darray_slice_variation9.phpt6 * Description: Returns elements specified by offset and length
13 * 2. $input argument is passed by reference
/PHP-5.5/sapi/cgi/
H A DCHANGES11 Now it is enabled by default, but can be disabled
19 Now it is enabled by default, but can be disabled
32 Now it is disabled by default, but can be enabled
/PHP-5.5/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 …#007700">echo&nbsp;</span><span style="color: #DD0000">"***&nbsp;Test&nbsp;by&nbsp;calling&nbsp;me…
H A Dsetlocale_basic3.phpt49 echo "*** Testing setlocale() by passing multiple locales as argument ***\n";
73 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.u…
78 // dump the name of the new locale set by setlocale()
98 *** Testing setlocale() by passing multiple locales as argument ***
99 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.utf8, zh…
H A Dbug62462.phpt2 Multibyte characters shouldn't be split by soft line break added by quoted_printable_encode - 4 byt…
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 …#007700">echo&nbsp;</span><span style="color: #DD0000">"***&nbsp;Test&nbsp;by&nbsp;calling&nbsp;me…
H A Dsetlocale_variation1.phpt49 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
72 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_U…
77 // dump the name of the new locale set by setlocale()
97 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
98 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8,…
/PHP-5.5/ext/exif/tests/
H A Dexif004.phpt7 if (!defined("EXIF_USE_MBSTRING") || !EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');
18 test4.jpg is a 1*1 image that contains Exif tags written by WindowsXP
H A Dexif003.phpt7 if (!defined("EXIF_USE_MBSTRING") || !EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');
58 string(41) "Photo (c) M.Boerger, Edited by M.Boerger."
62 string(20) "Edited by M.Boerger."
/PHP-5.5/Zend/tests/
H A Dbug32660.phpt2 Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
39 Fatal error: Cannot assign by reference to overloaded object in %sbug32660.php on line 23
H A Dbug53958.phpt2 Bug #53958 (Closures can't 'use' shared variables by value and by reference)
H A Dbug32322.phpt2 Bug #32322 (Return values by reference broken( using self::),example singleton instance)
71 Strict Standards: Only variables should be assigned by reference in %sbug32322.php on line 49
77 Strict Standards: Only variables should be assigned by reference in %sbug32322.php on line 55
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb_make.phpt14 // print md5 checksum of test.cdb which is generated by cdb_make program
28 // no need to test created database: this is done by dba_cdb_read.phpt

Completed in 60 milliseconds

12345678910>>...60