Home
last modified time | relevance | path

Searched refs:at (Results 26 – 50 of 1006) sorted by relevance

12345678910>>...41

/PHP-7.4/sapi/phpdbg/tests/
H A Dbreakpoints_001.phpt12 prompt> [Breakpoint #0 added at %s:3]
13 prompt> [Breakpoint #0 at %s:3, hits: 1]
17 prompt> [Breakpoint #1 added at %s:4]
19 [Breakpoint #1 at %s:4, hits: 1]
/PHP-7.4/Zend/tests/
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]
H A Dbug64239_4.phpt28 #0 A::Bmethod() called at [%sbug64239_4.php:%d]
29 #0 A::t2method() called at [%sbug64239_4.php:%d]
30 #0 C::Bmethod() called at [%sbug64239_4.php:%d]
31 #0 A::t2method() called at [%sbug64239_4.php:%d]
H A Dbug64239_3.phpt30 #0 A->Bmethod() called at [%sbug64239_3.php:%d]
31 #0 A->t2method() called at [%sbug64239_3.php:%d]
32 #0 C->Bmethod() called at [%sbug64239_3.php:%d]
33 #0 A->t2method() called at [%sbug64239_3.php:%d]
H A Dbug29896.phpt25 #0 userErrorHandler(8, Undefined variable: b, %sbug29896.php, 11, Array ([A1] => Test1)) called at
26 #1 GenerateError1(Test1) called at [%sbug29896.php:16]
27 #2 GenerateError2(Test2) called at [%sbug29896.php:19]
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_basic1.phpt73 -- fgetss() with default length, file pointer at 0 --
78 -- fgets() with length = 30, file pointer at 0 --
84 -- fgetss() with default length, file pointer at 0 --
89 -- fgets() with length = 30, file pointer at 0 --
95 -- fgetss() with default length, file pointer at 0 --
100 -- fgets() with length = 30, file pointer at 0 --
106 -- fgetss() with default length, file pointer at 0 --
111 -- fgets() with length = 30, file pointer at 0 --
117 -- fgetss() with default length, file pointer at 0 --
122 -- 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-7.4/ext/imap/tests/
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-7.4/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)
H A Dbug26614_libxml.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 %d (byte 9)
87 </DATA> at line 9, col %d (byte 56)
89 <DATA> at line 2, col %d (byte 9)
90 </DATA> at line 9, col %d (byte 56)
92 <DATA> at line 2, col %d (byte 9)
93 </DATA> at line 9, col %d (byte 56)
/PHP-7.4/ext/session/tests/
H A Dsession_ini_set.phpt119 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
122 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
125 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
129 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
132 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
135 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
138 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
141 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
144 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
147 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
[all …]
/PHP-7.4/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-7.4/ext/intl/tests/
H A Ddateformat_format_parse_version2.phpt151 Formatted timestamp is : January 1, 1970 at 5:00:00 AM GMT+5
165 Formatted timestamp is : December 18, 1969 at 7:40:00 AM GMT+5
179 Formatted timestamp is : January 15, 1970 at 2:20:00 AM GMT+5
193 Formatted timestamp is : September 19, 2039 at 4:06:40 AM GMT+5
207 Formatted timestamp is : April 15, 1900 at 5:53:20 AM GMT+5
221 Formatted timestamp is : November 9, 1972 at 12:46:39 AM GMT+5
235 Formatted timestamp is : January 1, 1970 at 6:00:00 AM GMT+5
249 Formatted timestamp is : January 1, 1970 at 4:00:00 AM GMT+5
263 Formatted localtime_array is : April 3, 2005 at 7:03:24 PM GMT+5
277 Formatted localtime_array is : August 13, 2105 at 7:05:21 AM GMT+5
[all …]
H A Ddateformat_format_variant3.phpt162 Formatted timestamp is : December 31, 1969 at 2:00:00 PM GMT-10
177 Formatted timestamp is : December 17, 1969 at 4:40:00 PM GMT-10
192 Formatted timestamp is : January 14, 1970 at 11:20:00 AM GMT-10
207 Formatted timestamp is : September 18, 2039 at 1:06:40 PM GMT-10
222 Formatted timestamp is : April 14, 1900 at 2:53:20 PM GMT-10
237 Formatted timestamp is : November 8, 1972 at 9:46:39 AM GMT-10
252 Formatted timestamp is : December 31, 1969 at 3:00:00 PM GMT-10
267 Formatted timestamp is : December 31, 1969 at 1:00:00 PM GMT-10
297 Formatted localtime_array is : May 13, 2105 at 7:05:21 AM GMT-10
334 Formatted DateTime is : December 31, 2009 at 3:02:03 PM GMT-10
[all …]
H A Dtransliterator_create_from_rule_error.phpt34 Warning: Transliterator::createFromRules() expects at least 1 parameter, 0 given in %s on line %d
47 …ICU transliterator from rules (parse error after "{'``'}a > “;", before or at "{'``'}a > b;") in %…
48 …ICU transliterator from rules (parse error after "{'``'}a > “;", before or at "{'``'}a > b;"): U_R…
50 …es: unable to create ICU transliterator from rules (parse error at offset 0, before or at "ffff") …
51 …es: unable to create ICU transliterator from rules (parse error at offset 0, before or at "ffff"):…
H A Ddateformat_set_timezone_id3.phpt69 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 at 7:00:00 PM Eastern Standard Time
70 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 at 8:00:00 PM Eastern Standard …
74 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 at 4:00:00 PM Pacific Standard Time
75 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 at 5:00:00 PM Pacific Standard …
79 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 at 6:00:00 PM Central Standard Time
80 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 at 7:00:00 PM Central Standard …
84 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 at 6:00:00 PM Central Standard Time
85 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 at 7:00:00 PM Central Standard …
H A Ddateformat_format_variant2.phpt162 Formatted timestamp is : December 31, 1969 at 2:00:00 PM GMT-10
177 Formatted timestamp is : December 17, 1969 at 4:40:00 PM GMT-10
192 Formatted timestamp is : January 14, 1970 at 11:20:00 AM GMT-10
207 Formatted timestamp is : September 18, 2039 at 1:06:40 PM GMT-10
222 Formatted timestamp is : April 14, 1900 at 2:53:20 PM GMT-10
237 Formatted timestamp is : November 8, 1972 at 9:46:39 AM GMT-10
252 Formatted timestamp is : December 31, 1969 at 3:00:00 PM GMT-10
267 Formatted timestamp is : December 31, 1969 at 1:00:00 PM GMT-10
297 Formatted localtime_array is : May 13, 2105 at 7:05:21 AM GMT-10
334 Formatted DateTime is : December 31, 2009 at 3:02:03 PM GMT-10
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dunserialize_large.phpt13 Notice: unserialize(): Error at offset 14 of 15 bytes in %s on line %d
16 Notice: unserialize(): Error at offset 2 of 20 bytes in %s on line %d
19 Notice: unserialize(): Error at offset 18 of 21 bytes in %s on line %d
24 Notice: unserialize(): Error at offset 20 of 21 bytes in %s on line %d
/PHP-7.4/Zend/tests/generators/
H A Dbacktrace.phpt24 #0 f1() called at [%s:%d]
26 #2 Generator->rewind() called at [%s:%d]
27 #3 f3(Generator Object ()) called at [%s:%d]
/PHP-7.4/ext/ldap/tests/
H A Dldap_list_error.phpt24 Warning: ldap_list() expects at least 3 parameters, 0 given in %s on line %d
27 Warning: ldap_list() expects at least 3 parameters, 1 given in %s on line %d
30 Warning: ldap_list() expects at least 3 parameters, 2 given in %s on line %d
33 Warning: ldap_list() expects at most 9 parameters, 10 given in %s on line %d
H A Dldap_read_error.phpt24 Warning: ldap_read() expects at least 3 parameters, 0 given in %s on line %d
27 Warning: ldap_read() expects at least 3 parameters, 1 given in %s on line %d
30 Warning: ldap_read() expects at least 3 parameters, 2 given in %s on line %d
33 Warning: ldap_read() expects at most 9 parameters, 10 given in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Dlob_015.phpt41 Warning: oci_new_descriptor() expects at most 2 parameters, 5 given in %s on line %d
43 Warning: oci_bind_by_name() expects at most 5 parameters, 6 given in %s on line %d
45 Warning: oci_bind_by_name() expects at most 5 parameters, 7 given in %s on line %d
47 Warning: oci_bind_by_name() expects at least 3 parameters, 2 given in %s on line %d
49 Warning: oci_bind_by_name() expects at least 3 parameters, 1 given in %s on line %d
/PHP-7.4/ext/ffi/tests/
H A D013.phpt60 FFI\ParserException: 'void' type is not allowed at line 1
61 FFI\ParserException: 'void' type is not allowed at line 1
62 FFI\ParserException: function returning array is not allowed at line 1
63 FFI\ParserException: array of functions is not allowed at line 1
64 FFI\ParserException: function returning function is not allowed at line 1
65 FFI\ParserException: only the leftmost array can be undimensioned at line 1

Completed in 34 milliseconds

12345678910>>...41