Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 1031) sorted by relevance

12345678910>>...42

/PHP-5.3/ext/standard/tests/file/
H A Dfgets_variation3.phpt71 -- fgets() with default length, file pointer at 0 --
82 -- fgets() with default length, file pointer at 0 --
93 -- fgets() with default length, file pointer at 0 --
106 -- fgets() with default length, file pointer at 0 --
119 -- fgets() with default length, file pointer at 0 --
130 -- fgets() with default length, file pointer at 0 --
141 -- fgets() with default length, file pointer at 0 --
154 -- fgets() with default length, file pointer at 0 --
167 -- fgets() with default length, file pointer at 0 --
178 -- fgets() with default length, file pointer at 0 --
[all …]
H A Dfgets_basic.phpt57 -- fgets() with default length, file pointer at 0 --
67 -- fgets() with default length, file pointer at 0 --
77 -- fgets() with default length, file pointer at 0 --
89 -- fgets() with default length, file pointer at 0 --
101 -- fgets() with default length, file pointer at 0 --
111 -- fgets() with default length, file pointer at 0 --
121 -- fgets() with default length, file pointer at 0 --
133 -- fgets() with default length, file pointer at 0 --
145 -- fgets() with default length, file pointer at 0 --
155 -- fgets() with default length, file pointer at 0 --
[all …]
H A Dfgets_variation6-win32.phpt69 -- fgets() with file pointer pointing at EOF --
77 -- fgets() with file pointer pointing at EOF --
85 -- fgets() with file pointer pointing at EOF --
93 -- fgets() with file pointer pointing at EOF --
103 -- fgets() with file pointer pointing at EOF --
111 -- fgets() with file pointer pointing at EOF --
119 -- fgets() with file pointer pointing at EOF --
127 -- fgets() with file pointer pointing at EOF --
137 -- fgets() with file pointer pointing at EOF --
145 -- fgets() with file pointer pointing at EOF --
[all …]
H A Dfgets_variation6.phpt69 -- fgets() with file pointer pointing at EOF --
77 -- fgets() with file pointer pointing at EOF --
85 -- fgets() with file pointer pointing at EOF --
93 -- fgets() with file pointer pointing at EOF --
103 -- fgets() with file pointer pointing at EOF --
111 -- fgets() with file pointer pointing at EOF --
119 -- fgets() with file pointer pointing at EOF --
127 -- fgets() with file pointer pointing at EOF --
137 -- fgets() with file pointer pointing at EOF --
145 -- fgets() with file pointer pointing at EOF --
[all …]
H A Dftruncate_variation7-win32.phpt78 -- Testing ftruncate(): File pointer at the end --
86 -- Testing ftruncate(): File pointer at the end --
94 -- Testing ftruncate(): File pointer at the end --
102 -- Testing ftruncate(): File pointer at the end --
110 -- Testing ftruncate(): File pointer at the end --
118 -- Testing ftruncate(): File pointer at the end --
126 -- Testing ftruncate(): File pointer at the end --
134 -- Testing ftruncate(): File pointer at the end --
142 -- Testing ftruncate(): File pointer at the end --
150 -- Testing ftruncate(): File pointer at the end --
[all …]
H A Dftruncate_variation7.phpt78 -- Testing ftruncate(): File pointer at the end --
86 -- Testing ftruncate(): File pointer at the end --
94 -- Testing ftruncate(): File pointer at the end --
102 -- Testing ftruncate(): File pointer at the end --
110 -- Testing ftruncate(): File pointer at the end --
118 -- Testing ftruncate(): File pointer at the end --
126 -- Testing ftruncate(): File pointer at the end --
134 -- Testing ftruncate(): File pointer at the end --
142 -- Testing ftruncate(): File pointer at the end --
150 -- Testing ftruncate(): File pointer at the end --
[all …]
H A Dfgetss_basic2-win32.phpt87 -- fgetss() with default length, file pointer at 0 --
92 -- fgets() with length = 30, file pointer at 0 --
102 -- fgetss() with default length, file pointer at 0 --
107 -- fgets() with length = 30, file pointer at 0 --
122 -- fgets() with length = 30, file pointer at 0 --
137 -- fgets() with length = 30, file pointer at 0 --
152 -- fgets() with length = 30, file pointer at 0 --
167 -- fgets() with length = 30, file pointer at 0 --
182 -- fgets() with length = 30, file pointer at 0 --
197 -- fgets() with length = 30, file pointer at 0 --
[all …]
H A Dfgetss_basic2.phpt85 -- fgetss() with default length, file pointer at 0 --
90 -- fgets() with length = 30, file pointer at 0 --
100 -- fgetss() with default length, file pointer at 0 --
105 -- fgets() with length = 30, file pointer at 0 --
120 -- fgets() with length = 30, file pointer at 0 --
135 -- fgets() with length = 30, file pointer at 0 --
150 -- fgets() with length = 30, file pointer at 0 --
165 -- fgets() with length = 30, file pointer at 0 --
180 -- fgets() with length = 30, file pointer at 0 --
195 -- fgets() with length = 30, file pointer at 0 --
[all …]
H A Dfgetss_basic1.phpt71 -- fgetss() with default length, file pointer at 0 --
76 -- fgets() with length = 30, file pointer at 0 --
82 -- fgetss() with default length, file pointer at 0 --
87 -- fgets() with length = 30, file pointer at 0 --
93 -- fgetss() with default length, file pointer at 0 --
98 -- fgets() with length = 30, file pointer at 0 --
104 -- fgetss() with default length, file pointer at 0 --
109 -- fgets() with length = 30, file pointer at 0 --
115 -- fgetss() with default length, file pointer at 0 --
120 -- fgets() with length = 30, file pointer at 0 --
[all …]
H A D007_variation13-win32.phpt2 Test fopen and fclose() functions - usage variations - "at" mode
22 /* Test fopen() and fclose(): Opening the file in "at" mode,
34 echo "*** Test fopen() & fclose() functions: with 'at' mode ***\n";
35 $file_handle = fopen($file, "at"); //opening the file "at" mode
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
47 fclose( fopen($file, "at") ); //Opening the non-existing file in "at" mode, which will be created
55 *** Test fopen() & fclose() functions: with 'at' mode ***
H A D007_variation13.phpt2 Test fopen and fclose() functions - usage variations - "at" mode
22 /* Test fopen() and fclose(): Opening the file in "at" mode,
34 echo "*** Test fopen() & fclose() functions: with 'at' mode ***\n";
35 $file_handle = fopen($file, "at"); //opening the file "at" mode
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
47 fclose( fopen($file, "at") ); //Opening the non-existing file in "at" mode, which will be created
55 *** Test fopen() & fclose() functions: with 'at' mode ***
/PHP-5.3/ext/standard/tests/serialize/
H A Dbug25378.phpt21 Notice: unserialize(): Error at offset 0 of 8 bytes in %sbug25378.php on line %d
24 Notice: unserialize(): Error at offset 0 of 5 bytes in %sbug25378.php on line %d
27 Notice: unserialize(): Error at offset 13 of 19 bytes in %sbug25378.php on line %d
30 Notice: unserialize(): Error at offset 14 of 19 bytes in %sbug25378.php on line %d
33 Notice: unserialize(): Error at offset 2 of 22 bytes in %sbug25378.php on line %d
36 Notice: unserialize(): Error at offset 17 of 18 bytes in %sbug25378.php on line %d
39 Notice: unserialize(): Error at offset 24 of 33 bytes in %sbug25378.php on line %d
48 Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d
51 Notice: unserialize(): Error at offset 2 of 11 bytes in %sbug25378.php on line %d
54 Notice: unserialize(): Error at offset 8 of 9 bytes in %sbug25378.php on line %d
[all …]
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregtrav.c35 capture_tree_traverse(OnigCaptureTreeNode* node, int at, in capture_tree_traverse() argument
44 if ((at & ONIG_TRAVERSE_CALLBACK_AT_FIRST) != 0) { in capture_tree_traverse()
51 r = capture_tree_traverse(node->childs[i], at, in capture_tree_traverse()
56 if ((at & ONIG_TRAVERSE_CALLBACK_AT_LAST) != 0) { in capture_tree_traverse()
67 onig_capture_tree_traverse(OnigRegion* region, int at, in onig_capture_tree_traverse() argument
71 return capture_tree_traverse(region->history_root, at, in onig_capture_tree_traverse()
/PHP-5.3/ext/date/tests/
H A Dbug49059.phpt9 print "\$date1 at init: " . $date1->format("Y-m-d") . "\n";
10 print "\$date2 at init: " . $date2->format("Y-m-d") . "\n";
17 print "\$date1 after second diff (called at \$date1): " .
21 print "\$date1 after third diff (called at \$date2): " .
26 $date1 at init: 2009-03-27
27 $date2 at init: 2009-03-01
31 $date1 after second diff (called at $date1): 2009-03-25
33 $date1 after third diff (called at $date2): 2009-03-25
H A Ddate_modify_variation2.phpt115 Warning: date_modify(): Failed to parse time string (0) at position 0 (0): Unexpected character in …
120 Warning: date_modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in …
180 Warning: date_modify(): Failed to parse time string () at position 0 ( in %sdate_modify_variation2.…
185 Warning: date_modify(): Failed to parse time string () at position 0 ( in %sdate_modify_variation2.…
190 Warning: date_modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in …
195 Warning: date_modify(): Failed to parse time string () at position 0 ( in %sdate_modify_variation2.…
205 Warning: date_modify(): Failed to parse time string () at position 0 ( in %sdate_modify_variation2.…
210 Warning: date_modify(): Failed to parse time string () at position 0 ( in %sdate_modify_variation2.…
215 Warning: date_modify(): Failed to parse time string () at position 0 ( in %sdate_modify_variation2.…
250 Warning: date_modify(): Failed to parse time string () at position 0 ( in %sdate_modify_variation2.…
[all …]
/PHP-5.3/ext/imap/tests/
H A Dimap_8bit_basic.phpt16 var_dump(imap_8bit("String with CRLF at end \r\n"));
17 //NB this appears to be a bug in cclient; a space at end of string should be encoded as =20
18 var_dump(imap_8bit("String with space at end "));
20 var_dump(imap_8bit("String with tab at end \t"));
27 string(28) "String with CRLF at end=20
29 string(25) "String with space at end "
31 string(26) "String with tab at end =09"
H A Dimap_mail_copy.phpt38 Warning: imap_mail_copy() expects at least 3 parameters, 0 given in %s on line %d
41 Warning: imap_mail_copy() expects at least 3 parameters, 1 given in %s on line %d
43 Warning: imap_mail_copy() expects at least 3 parameters, 1 given in %s on line %d
46 Warning: imap_mail_copy() expects at least 3 parameters, 1 given in %s on line %d
49 Warning: imap_mail_copy() expects at least 3 parameters, 2 given in %s on line %d
52 Warning: imap_mail_copy() expects at least 3 parameters, 2 given in %s on line %d
H A Dimap_mail_move.phpt38 Warning: imap_mail_move() expects at least 3 parameters, 0 given in %s on line %d
41 Warning: imap_mail_move() expects at least 3 parameters, 1 given in %s on line %d
43 Warning: imap_mail_move() expects at least 3 parameters, 1 given in %s on line %d
46 Warning: imap_mail_move() expects at least 3 parameters, 1 given in %s on line %d
49 Warning: imap_mail_move() expects at least 3 parameters, 2 given in %s on line %d
52 Warning: imap_mail_move() expects at least 3 parameters, 2 given in %s on line %d
/PHP-5.3/Zend/tests/
H A Ddebug_backtrace_options.phpt48 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
49 #1 foo->doCall(doit, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
52 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
56 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
60 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
64 #0 doit() called at [%sdebug_backtrace_options.php:%d]
65 #1 foo->doCall() called at [%sdebug_backtrace_options.php:%d]
66 #2 foo::statCall() called at [%sdebug_backtrace_options.php:%d]
68 #0 doit() called at [%sdebug_backtrace_options.php:%d]
69 #1 foo->doCall() called at [%sdebug_backtrace_options.php:%d]
[all …]
H A Dbug_debug_backtrace.phpt23 #0 boo() called at [%s:%d]
24 #1 bar() called at [%s:%d]
25 #2 foo() called at [%s(%d) : eval()'d code:1]
26 #3 eval() called at [%s:%d]
H A Dbug30828.phpt50 #0 A->__construct() called at [%sbug30828.php:30]
51 #1 B->__construct() called at [%sbug30828.php:42]
54 #0 A->foo() called at [%sbug30828.php:34]
55 #1 B->foo() called at [%sbug30828.php:43]
58 #0 A::bar() called at [%sbug30828.php:38]
59 #1 B::bar() called at [%sbug30828.php:44]
/PHP-5.3/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt29 Error at offset %d of %d bytes
30 Error at offset %d of %d bytes
31 Error at offset %d of %d bytes
32 Error at offset %d of %d bytes
33 Error at offset %d of %d bytes
/PHP-5.3/tests/func/
H A D003.phpt68 echo "(it should break at 5...)\n";
225 (it should break at 5...)
231 (it should break at 5...)
237 (it should break at 5...)
243 (it should break at 5...)
249 (it should break at 5...)
255 (it should break at 5...)
261 (it should break at 5...)
267 (it should break at 5...)
273 (it should break at 5...)
[all …]
/PHP-5.3/ext/xml/tests/
H A Dbug26614.phpt57 printf("<$name> at line %d, col %d (byte %d)\n",
64 printf("</$name> at line %d, col %d (byte %d)\n",
86 <DATA> at line 2, col 0 (byte 45)
87 </DATA> at line 9, col 0 (byte 90)
89 <DATA> at line 2, col 0 (byte 45)
90 </DATA> at line 9, col 0 (byte 90)
92 <DATA> at line 2, col 0 (byte 45)
93 </DATA> at line 9, col 0 (byte 90)
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_replace_error.phpt27 Warning: str_replace() expects at least 3 parameters, 0 given in %sstr_replace_error.php on line 12
30 Warning: str_replace() expects at least 3 parameters, 1 given in %sstr_replace_error.php on line 13
33 Warning: str_replace() expects at least 3 parameters, 1 given in %sstr_replace_error.php on line 14
36 Warning: str_replace() expects at least 3 parameters, 2 given in %sstr_replace_error.php on line 15
39 Warning: str_replace() expects at most 4 parameters, 5 given in %sstr_replace_error.php on line 16

Completed in 59 milliseconds

12345678910>>...42