Home
last modified time | relevance | path

Searched refs:from (Results 376 – 400 of 1434) sorted by relevance

1...<<11121314151617181920>>...58

/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_009.phpt21 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
H A Dfactory_and_singleton_010.phpt21 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
H A Dfactory_and_singleton_007.phpt20 Fatal error: Call to protected test::__clone() from context '' %sfactory_and_singleton_007.php on l…
H A Dfactory_and_singleton_008.phpt20 Fatal error: Call to private test::__clone() from context '' %sfactory_and_singleton_008.php on lin…
/PHP-5.5/ext/standard/tests/file/
H A Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from fields)
/PHP-5.5/ext/standard/tests/array/
H A Dbug61730.phpt2 Bug #61730 (Segfault from array_walk modifying an array passed by reference)
H A Darray_diff_variation9.phpt26 echo "\n-- Compare subarrays from two 2-D arrays --\n";
33 echo "\n-- Compare a subarray from one 2-D array and one 2-D array --\n";
79 -- Compare subarrays from two 2-D arrays --
103 -- Compare a subarray from one 2-D array and one 2-D array --
/PHP-5.5/ext/tidy/tests/
H A D029.phpt8 // bug report taken from http://news.php.net/php.notes/130628
/PHP-5.5/ext/standard/tests/strings/
H A Dvprintf_variation9.phpt43 // looping to test vprintf() with different char formats from the above $format array
44 // and with char values from the above $args_array array
H A Dvsprintf_variation17.phpt36 // looping to test vsprintf() with different scientific formats from the above $format array
37 // and with signed and other types of values from the above $args_array array
H A Dvsprintf_variation5.phpt44 // looping to test vsprintf() with different float formats from the above $format array
45 // and with float values from the above $args_array array
H A Dvprintf_variation11.phpt47 // looping to test vprintf() with different octal formats from the above $formats array
48 // and with octal values from the above $args_array array
H A Dvprintf_variation11_64bit.phpt47 // looping to test vprintf() with different octal formats from the above $formats array
48 // and with octal values from the above $args_array array
H A Dvprintf_variation5.phpt44 // looping to test vprintf() with different float formats from the above $format array
45 // and with float values from the above $args_array array
H A Dvsprintf_variation11.phpt47 // looping to test vsprintf() with different octal formats from the above $formats array
48 // and with octal values from the above $args_array array
H A Dvsprintf_variation11_64bit.phpt47 // looping to test vsprintf() with different octal formats from the above $formats array
48 // and with octal values from the above $args_array array
H A Dvsprintf_variation9.phpt43 // looping to test vsprintf() with different char formats from the above $format array
44 // and with char values from the above $args_array array
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope3.phpt14 // (without committing). Another connection is opened from function
15 // 2, and the table queried. When function1 ends, the connection from
H A Dconnect_scope_try1.phpt51 $s1 = oci_parse($c1, "select * from scope_try1_tab");
62 $s1 = oci_parse($c1, "select * from scope_try1_tab");
H A Dconnect_scope_try2.phpt51 $s1 = oci_parse($c1, "select * from scope_try2_tab");
62 $s1 = oci_parse($c1, "select * from scope_try2_tab");
H A Dconnect_scope_try3.phpt51 $s1 = oci_parse($c1, "select * from scope_try3_tab");
62 $s1 = oci_parse($c1, "select * from scope_try3_tab");
H A Dconnect_scope_try4.phpt51 $s1 = oci_parse($c1, "select * from scope_try4_tab");
62 $s1 = oci_parse($c1, "select * from scope_try4_tab");
H A Dconnect_scope_try5.phpt51 $s1 = oci_parse($c1, "select * from scope_try5_tab");
62 $s1 = oci_parse($c1, "select * from scope_try5_tab");
H A Dconnect_scope_try6.phpt51 $s1 = oci_parse($c1, "select * from scope_try6_tab");
62 $s1 = oci_parse($c1, "select * from scope_try6_tab");
/PHP-5.5/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt25 echo "Existing child is removed from tree:\n" . $document->saveXML();
39 Existing child is removed from tree:

Completed in 34 milliseconds

1...<<11121314151617181920>>...58