Home
last modified time | relevance | path

Searched refs:n (Results 4551 – 4575 of 10223) sorted by relevance

1...<<181182183184185186187188189190>>...409

/PHP-8.3/ext/simplexml/tests/
H A D019.phpt41 echo "===CLONE===\n";
48 echo "===ELEMENT===\n";
55 echo "===COMMENT===\n";
/PHP-8.3/ext/ffi/tests/
H A Ddeprecations.phpt18 echo $e->getMessage() . "\n";
32 echo $e->getMessage() . "\n";
43 echo $e->getMessage() . "\n";
/PHP-8.3/ext/standard/tests/file/
H A Drename_variation3.phpt18 echo "\n*** Testing rename() on hard links ***\n";
42 echo "Done\n";
H A Drename_variation4.phpt17 echo "\n*** Testing rename() by renaming a file, link and directory to numeric name ***\n";
36 echo "Done\n";
H A Dfile_variation5-win32-mb.phpt23 echo "file() on a path containing .. and .\n";
26 echo "\nfile() on a path containing .. with invalid directories\n";
29 echo "\nfile() on a relative path from a different working directory\n";
H A Dfile_variation5-win32.phpt23 echo "file() on a path containing .. and .\n";
26 echo "\nfile() on a path containing .. with invalid directories\n";
29 echo "\nfile() on a relative path from a different working directory\n";
H A Dstat_variation2-win32.phpt24 echo "*** Testing stat(): writing to a file ***\n";
27 echo "-- Testing stat() on file after data is written in it --\n";
44 echo "\n*** Done ***";
H A Dstat_variation5-win32.phpt22 echo "\n*** Testing stat(): on a file with read/write permission ***\n";
45 echo "\n*** Done ***";
H A Dcopy_variation13.phpt7 echo "*** Test copy() function: Trying to copy dir to file ***\n";
14 echo "*** Testing copy() in copying dir to file ***\n";
29 echo "*** Done ***\n";
H A Dcopy_variation18.phpt11 echo "*** Test copy() function: stat of file before and after copy ***\n";
14 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
38 echo "*** Done ***\n";
H A Dfflush_variation4.phpt11 echo "*** Testing fflush(): with file handles of files opened in various read modes ***\n";
19 echo "-- Iteration $count with file opened in $mode mode --\n";
38 echo "\n*** Done ***";
H A Dfile_basic.phpt10 echo "*** Testing file() with basic types of files ***\n";
19 echo "*** Testing for return type of file() function ***\n";
27 echo "\n--- Done ---";
H A Drename_variation2-win32.phpt17 echo "\n*** Testing rename() by renaming a file and directory to numeric name ***\n";
37 echo "Done\n";
/PHP-8.3/ext/standard/tests/array/
H A Duasort_variation8.phpt10 echo "*** Testing uasort() : built in function as 'cmp_function' ***\n";
17 echo "-- Testing uasort() with built-in 'cmp_function': strcasecmp() --\n";
21 echo "-- Testing uasort() with built-in 'cmp_function': strcmp() --\n";
H A Dusort_variation3.phpt9 echo "*** Testing usort() : usage variation ***\n";
69 echo "\n-- Sorted array after usort() function call --\n";
/PHP-8.3/ext/standard/tests/assert/
H A Dassert_basic2.phpt13 echo "f2 called\n";
18 echo "f1 called\n";
25 var_dump($n= assert_options(ASSERT_CALLBACK));
/PHP-8.3/ext/standard/tests/dir/
H A Ddir_variation6.phpt15 echo "*** Testing dir() : open a non-existent directory ***\n";
30 echo "-- opening previously removed directory --\n";
35 echo "-- opening non-existent directory --\n";
/PHP-8.3/ext/standard/tests/strings/
H A Djoin_variation5.phpt9 echo "*** Testing implode() : usage variations - sub arrays ***\n";
19 echo $exception->getMessage() . "\n";
29 echo "Done\n";
H A Dparse_str_basic4.phpt5 echo "\nTest string with badly formed strings\n";
18 echo "\nTest string with badly formed % numbers\n";
23 echo "\nTest string with non-binary safe name\n";
/PHP-8.3/ext/mbstring/tests/
H A Dmb_ereg_replace_named_subpatterns.phpt13 echo mb_ereg_replace('(?<a>\s*)(?<b>\w+)(?<c>\s*)', '\k<a>_\k<b>_\k<c>', 'a b c d e' ), "\n";
16 // numbered captures with \k<n> syntax
18 // numbered captures with \k'n' syntax
H A Dini_encoding2.phpt16 echo "Getting INI\n";
27 echo "Setting INI\n";
36 echo "Getting INI\n";
/PHP-8.3/ext/standard/tests/streams/
H A Dbug70198.phpt26 echo "\$errstr (\$errno)\\n";
39 $srv_proc = proc_open(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . " -n $srv_fl_escaped", $dummy0, $dumm…
46 echo "$errstr ($errno)\n";
H A Dproc_open_bug69900.phpt28 $process = proc_open(getenv('TEST_PHP_EXECUTABLE_ESCAPED').' -n -f ' . escapeshellarg($fl), $descri…
32 fwrite($pipes[0], "hello$i\r\n");
55 echo "fgets() took more than $max_ms ms $moreThanLimit times\n";
/PHP-8.3/ext/mysqli/tests/
H A Dbug35759.phpt30 printf("[001] [%d] %s\n", $mysql->errno, $mysql->error);
34 printf("[002] [%d] %s\n", $mysql->errno, $mysql->error);
49 printf("[003] [%d] %s\n", $mysql->errno, $mysql->error);
/PHP-8.3/ext/date/tests/
H A DDatePeriod_properties2.phpt23 echo $e::class, ': ', $e->getMessage(), "\n";
29 echo $e::class, ': ', $e->getMessage(), "\n";
36 echo $e::class, ': ', $e->getMessage(), "\n";

Completed in 33 milliseconds

1...<<181182183184185186187188189190>>...409