Home
last modified time | relevance | path

Searched refs:s (Results 3476 – 3500 of 6255) sorted by relevance

1...<<131132133134135136137138139140>>...251

/PHP-7.4/ext/intl/tests/
H A Ddateformat_create_cal_arg.phpt23 //override calendar's timezone
49 sábado%S 31 de diciembre de 2011 d.C. 23:00:00 Hora %Sde las Azores
50 sábado%S 7 de Safar de 1433 AH 23:00:00 Hora %Sde las Azores
/PHP-7.4/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt17 $str_array = array( "How's everybody", // string containing single quote
39 string(16) "How\'s everybody"
41 string(15) "How's everybody"
H A Dbug22227.phpt5 printf("%-3.3s", "abcdef");
/PHP-7.4/ext/oci8/tests/
H A Ddb_op_2.phpt31 $s = oci_parse($c, $q);
32 oci_execute($s);
33 var_dump(oci_fetch_assoc($s));
H A Dlob_031.phpt33 $s = oci_parse($c, $select_sql);
34 oci_execute($s);
35 $row = oci_fetch_array($s);
H A Dedition_2.phpt120 $s = oci_parse($c1,$alter_stmt);
121 oci_execute($s);
197 Warning: oci_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
204 Warning: oci_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
208 Warning: oci_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
214 Warning: oci_new_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
/PHP-7.4/ext/openssl/tests/
H A Dpeer_verification.phpt17 'local_cert' => '%s'
33 $caFile = '%s';
56 'peer_name' => '%s',
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c604 const unsigned char *s = RCAST(const unsigned char *, str); in file_printable() local
605 const unsigned char *es = s + slen; in file_printable()
607 for (ptr = buf; ptr < eptr && s < es && *s; s++) { in file_printable()
608 if (isprint(*s)) { in file_printable()
609 *ptr++ = *s; in file_printable()
615 *ptr++ = ((CAST(unsigned int, *s) >> 6) & 7) + '0'; in file_printable()
616 *ptr++ = ((CAST(unsigned int, *s) >> 3) & 7) + '0'; in file_printable()
617 *ptr++ = ((CAST(unsigned int, *s) >> 0) & 7) + '0'; in file_printable()
/PHP-7.4/ext/dom/tests/
H A Dbook-not-a-schema.xsd1 Let's see what happens upon parsing a file that doesn't contain a schema.
/PHP-7.4/Zend/tests/anon/
H A D001.phpt7 object(class@%s)#%d (0) {
/PHP-7.4/tests/lang/
H A Dinvalid_octal.phpt8 Parse error: Invalid numeric literal in %s on line 3
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2497 s %= r; in collector_encode_htmlnumericentity()
2557 s = 0; in collector_decode_htmlnumericentity()
2565 s = s*10 + (c - 0x30); in collector_decode_htmlnumericentity()
2600 s %= r; in collector_decode_htmlnumericentity()
2629 s = 0; in collector_decode_htmlnumericentity()
2679 s %= r; in collector_decode_htmlnumericentity()
2683 s %= r; in collector_decode_htmlnumericentity()
2720 s %= r; in collector_encode_hex_htmlnumericentity()
2776 s %= r; in mbfl_filt_decode_htmlnumericentity_flush()
2799 s %= r; in mbfl_filt_decode_htmlnumericentity_flush()
[all …]
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_auth.phpt27 // Let's flip a bit pseudo-randomly
37 // Now let's change a bit in the MAC
/PHP-7.4/ext/spl/tests/
H A Dbug45622b.phpt28 Notice: Undefined index: prop1 in %s on line 11
32 Notice: Undefined index: prop3 in %s on line 17
H A Dclass_implements_variation.phpt39 Warning: class_implements(): Class non_existent does not exist and could not be loaded in %s on lin…
42 Warning: class_implements(): Class non_existent2 does not exist in %s on line %d
H A Dclass_uses_variation.phpt39 Warning: class_uses(): Class non_existent does not exist and could not be loaded in %s on line %d
42 Warning: class_uses(): Class non_existent2 does not exist in %s on line %d
H A Dfileobject_getfileinfo_basic.phpt11 $s = new SplFileObject( $file );
12 var_dump($fi = $s->getFileInfo(), (string)$fi);
/PHP-7.4/ext/phar/tests/
H A Dcreate_new_phar_b.phpt22 Warning: include(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: %s in %screate_…
24 …g 'phar://%screate_new_phar_b.phar.php/a.php' for inclusion (include_path='%s') in %screate_new_ph…
/PHP-7.4/ext/phar/tests/tar/
H A Dcreate_new_phar_b.phpt22 Warning: include(phar://%screate_new_phar_b.phar.tar/a.php): failed to open stream: %s in %screate_…
24 …g 'phar://%screate_new_phar_b.phar.tar/a.php' for inclusion (include_path='%s') in %screate_new_ph…
/PHP-7.4/ext/pdo/tests/
H A Dpdo_038.phpt40 Warning: PDOStatement::fetchColumn(): SQLSTATE[HY000]: General error: Invalid column index in %s
44 Warning: PDOStatement::fetchColumn(): SQLSTATE[HY000]: General error: Invalid column index in %s
/PHP-7.4/tests/output/
H A Dob_end_flush_basic_001.phpt33 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
39 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
/PHP-7.4/ext/phar/tests/zip/
H A Dcreate_new_phar_b.phpt22 Warning: include(phar://%screate_new_phar_b.phar.zip/a.php): failed to open stream: %s in %screate_…
24 …g 'phar://%screate_new_phar_b.phar.zip/a.php' for inclusion (include_path='%s') in %screate_new_ph…
/PHP-7.4/ext/posix/tests/
H A Dposix_setgid_variation4.phpt40 Warning: posix_setgid() expects parameter 1 to be int, float given in %s on line %d
43 Warning: posix_setgid() expects parameter 1 to be int, float given in %s on line %d
/PHP-7.4/ext/standard/tests/network/
H A Dinet.phpt44 Warning: inet_ntop() expects exactly 1 parameter, 0 given in %s on line %d
50 Warning: inet_pton() expects exactly 1 parameter, 0 given in %s on line %d
/PHP-7.4/ext/date/tests/
H A Dgetdate_basic.phpt70 string(%d) %s
72 string(%d) %s

Completed in 62 milliseconds

1...<<131132133134135136137138139140>>...251