Home
last modified time | relevance | path

Searched refs:d (Results 2701 – 2725 of 6583) sorted by relevance

1...<<101102103104105106107108109110>>...264

/PHP-5.6/ext/standard/tests/network/
H A Dfsockopen_error.phpt54 Warning: fsockopen() expects at most 5 parameters, 6 given in %s on line %d
61 Warning: fsockopen() expects at least 1 parameter, 0 given in %s on line %d
66 Warning: fsockopen(): unable to connect to tcp://127.0.0.1:31337 (%a) in %s on line %d
68 string(%d) "%a"
72 …socket transport "invalid" - did you forget to enable it when you configured PHP?) in %s on line %d
/PHP-5.6/tests/lang/
H A Dbug22510.phpt94 Deprecated: Assigning the return value of new by reference is deprecated in %s on line %d
99 Notice: Only variable references should be returned by reference in %s on line %d
102 Notice: Only variable references should be returned by reference in %s on line %d
121 Notice: Only variable references should be returned by reference in %s on line %d
124 Notice: Only variable references should be returned by reference in %s on line %d
/PHP-5.6/ext/date/tests/
H A Ddate_error.phpt15 $format = "m.d.y";
32 Warning: date() expects at least 1 parameter, 0 given in %s on line %d
37 Warning: checkdate() expects parameter 1 to be long, string given in %s on line %d
H A Didate_error.phpt17 $format = '%b %d %Y %H:%M:%S';
29 Warning: idate() expects at least 1 parameter, 0 given in %s on line %d
34 Warning: idate() expects at most 2 parameters, 3 given in %s on line %d
/PHP-5.6/ext/filter/tests/
H A D030.phpt42 'a:b:c:d:e::1.2.3.4' => true,
43 '::0:a:b:c:d:e:f' => true,
44 '0:a:b:c:d:e:f::' => true,
/PHP-5.6/ext/mysqli/tests/
H A D066.phpt16 printf("[002] Cannot set SQL-Mode, [%d] %s\n", mysqli_errno($mysql), mysqli_error($mysql));
37 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
40 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug45289.phpt21 printf("[002] [%d] %s\n", $link->errno, $link->error);
24 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
32 printf("[004] [%d] %s\n", $link->errno, $link->error);
/PHP-5.6/ext/standard/tests/array/
H A Darray_walk_recursive1.phpt34 Warning: array_walk_recursive() expects at least 2 parameters, 0 given in %s on line %d
37 Warning: array_walk_recursive() expects parameter 1 to be array, integer given in %s on line %d
40 …parameter 2 to be a valid callback, function '' not found or invalid function name in %s on line %d
/PHP-5.6/ext/standard/tests/assert/
H A Dassert_error1.phpt37 Warning: assert_options() expects at most 2 parameters, 3 given in %s on line %d
40 Warning: assert_options() expects parameter 1 to be long, string given in %s on line %d
43 Warning: assert() expects at most 2 parameters, 3 given in %s on line %d
/PHP-5.6/ext/ldap/tests/
H A Dldap_next_attribute_error.phpt32 Warning: ldap_next_attribute() expects %s 2 parameters, 1 given in %s on line %d
34 …ldap_next_attribute(): supplied resource is not a valid ldap result entry resource in %s on line %d
36 …alled before calling ldap_first_attribute() or no attributes found in result entry in %s on line %d
/PHP-5.6/ext/phar/tests/zip/
H A Dcreate_new_phar_b.phpt21 …rite operations disabled by the php.ini setting phar.readonly in %screate_new_phar_b.php on line %d
23 …screate_new_phar_b.phar.zip/a.php): failed to open stream: %s in %screate_new_phar_b.php on line %d
25 …_new_phar_b.phar.zip/a.php' for inclusion (include_path='%s') in %screate_new_phar_b.php on line %d
/PHP-5.6/ext/reflection/tests/
H A Dbug52057.phpt34 object(ReflectionMethod)#%d (2) {
41 object(ReflectionMethod)#%d (2) {
48 object(ReflectionMethod)#%d (2) {
/PHP-5.6/ext/session/tests/
H A Dsession_set_save_handler_error3.phpt37 Fatal error: Uncaught exception 'Exception' with message 'Do something bad..!' in %s:%d
40 #1 %s(%d): session_start()
42 thrown in %s on line %d
H A Dbug72562.phpt39 …ecode(): Failed to decode session object. Session has been destroyed in %s%ebug72562.php on line %d
41 Notice: unserialize(): Error at offset 0 of 1 bytes in %s%ebug72562.php on line %d
43 Notice: unserialize(): Error at offset 4 of 4 bytes in %s%ebug72562.php on line %d
/PHP-5.6/ext/phar/tests/
H A Dcreate_new_phar_b.phpt21 …rite operations disabled by the php.ini setting phar.readonly in %screate_new_phar_b.php on line %d
23 …screate_new_phar_b.phar.php/a.php): failed to open stream: %s in %screate_new_phar_b.php on line %d
25 …_new_phar_b.phar.php/a.php' for inclusion (include_path='%s') in %screate_new_phar_b.php on line %d
/PHP-5.6/ext/phar/tests/tar/
H A Dcreate_new_phar_b.phpt21 …rite operations disabled by the php.ini setting phar.readonly in %screate_new_phar_b.php on line %d
23 …screate_new_phar_b.phar.tar/a.php): failed to open stream: %s in %screate_new_phar_b.php on line %d
25 …_new_phar_b.phar.tar/a.php' for inclusion (include_path='%s') in %screate_new_phar_b.php on line %d
/PHP-5.6/ext/standard/tests/strings/
H A Duuencode.phpt21 Warning: convert_uuencode() expects parameter 1 to be string, array given in %s on line %d
24 Warning: convert_uudecode() expects parameter 1 to be string, array given in %s on line %d
38 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
/PHP-5.6/ext/interbase/tests/
H A Dbug45373.phpt36 Notice: ibase_execute(): Statement expects 2 arguments, 3 given in %s on line %d
44 Warning: ibase_execute(): Statement expects 2 arguments, 1 given in %s on line %d
46 Warning: ibase_fetch_assoc() expects parameter 1 to be resource, boolean given in %s on line %d
/PHP-5.6/ext/pdo_sqlite/tests/
H A Dbug43831.phpt47 object(MyPDO)#%d (0) {
49 object(MyPDO)#%d (0) {
52 Notice: Undefined variable: bar in %s on line %d
/PHP-5.6/ext/openssl/tests/
H A Dstream_verify_peer_name_003.phpt39 …ient(): Peer certificate CN=`bug54992.local' did not match expected CN=`127.0.0.1' in %s on line %d
41 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
43 …stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput1912 …22}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}/8iSI
13 …}\x{422}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}
14 …}\x{442}\x{443}\x{444}\x{445}\x{446}\x{447}\x{448}\x{449}\x{44a}\x{44b}\x{44c}\x{44d}\x{44e}\x{44f}
/PHP-5.6/ext/standard/tests/math/
H A Dhypot_error.phpt26 Warning: hypot() expects exactly 2 parameters, 0 given in %s on line %d
28 Warning: hypot() expects exactly 2 parameters, 1 given in %s on line %d
32 Warning: hypot() expects exactly 2 parameters, 3 given in %s on line %d
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug72610_3.phpt37 object(Obj)#%d (1) {
42 object(Obj)#%d (1) {
47 object(stdClass)#%d (1) {
/PHP-5.6/ext/standard/tests/streams/
H A Dbug60602.phpt51 Notice: Array to string conversion in %s on line %d
53 Notice: Array to string conversion in %s on line %d
54 int(%d)
/PHP-5.6/Zend/tests/
H A Ddereference_002.phpt74 Notice: Undefined offset: 4 in %s on line %d
77 Notice: Undefined offset: 3 in %s on line %d
79 Fatal error: Call to a member function bar() on null in %s on line %d

Completed in 33 milliseconds

1...<<101102103104105106107108109110>>...264