Home
last modified time | relevance | path

Searched refs:s (Results 5976 – 6000 of 6255) sorted by relevance

1...<<231232233234235236237238239240>>...251

/PHP-7.4/ext/ffi/tests/
H A D041.phpt110 object(FFI\CType:int32_t[2])#%s (0) {
/PHP-7.4/ext/standard/tests/file/
H A Dchmod_variation2.phpt73 Warning: chmod(): No such file or directory in %s on line %d
H A Dcopy_variation11.phpt59 Warning: %s
H A Dpopen_pclose_basic-win32-mb.phpt35 // remove variables_order= from PHP.ini (setting it in run-test's
H A Dpopen_pclose_basic-win32.phpt35 // remove variables_order= from PHP.ini (setting it in run-test's
H A Duserstreams.phpt256 printf("\n--[%d] whence=%s offset=%d line_length=%d position_should_be=%d --\n",
258 …printf("REAL: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $rpb, $rpa, ftell($tf), $rr, strlen($rline),…
259 …printf("USER: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $upb, $upa, ftell($fp), $ur, strlen($uline),…
/PHP-7.4/ext/pcre/tests/
H A Dpreg_grep_basic.phpt13 …/ (at the beginning of a string) not followed by 3 characters that aren't w's then anything to the…
/PHP-7.4/ext/ctype/tests/
H A Dctype_alpha_variation1.phpt8 * Description: Checks for alphabetic character(s)
H A Dctype_lower_variation1.phpt8 * Description: Checks for lowercase character(s)
H A Dctype_print_variation1.phpt8 * Description: Checks for printable character(s)
H A Dctype_space_variation1.phpt8 * Description: Checks for whitespace character(s)
H A Dctype_alnum_variation1.phpt8 * Description: Checks for alphanumeric character(s)
H A Dctype_cntrl_variation1.phpt8 * Description: Checks for control character(s)
H A Dctype_graph_variation1.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_xdigit_variation1.phpt8 * Description: Checks for character(s) representing a hexadecimal digit
/PHP-7.4/ext/xml/tests/
H A Dxml002.phpt68 die(sprintf("XML error: %s at line %d\n",
/PHP-7.4/ext/xmlreader/tests/
H A D003-move-errors.phpt69 Warning: XMLReader::moveToAttribute(): Attribute Name is required in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt25 $stmt->bind_param("s", $foo->bar);
H A Dmysqli_class_mysqli_warning_reflection.phpt10 Let's not deal with cross-version issues in the EXPECTF section.
/PHP-7.4/docs/
H A Drelease-process.md26 5. Follow all steps to the letter. When unclear ask previous RM's (David,
29 previous RM's is around to answer questions. For the steps related to the
307 I. `s/^- /<li>/`
309 II. `s/$/<\/li>/`
311 III. `s/Fixed bug #\([0-9]\+\)/<?php bugfix(\1); ?>/`
313 IV. `s/Fixed PECL bug #\([0-9]\+\)/<?php peclbugfix(\1); ?>/`
315 V. `s/FR #\([0-9]\+\)/FR <?php bugl(\1); ?>/`
377 1. One week prior to cutting X.Y.0beta1, warn internals@ that your version's
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c108 #define CWD_STATE_COPY(d, s) \ argument
109 (d)->cwd_length = (s)->cwd_length; \
110 (d)->cwd = (char *) emalloc((s)->cwd_length+1); \
111 memcpy((d)->cwd, (s)->cwd, (s)->cwd_length+1);
113 #define CWD_STATE_FREE(s) \ argument
114 efree((s)->cwd); \
115 (s)->cwd_length = 0;
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt16 /* loop through to get all 256 character's equivalent binary value, and check working of strncasecm…
27 echo "\n-- Checking with out of character's range, given in binary format --\n";
807 -- Checking with out of character's range, given in binary format --
/PHP-7.4/ext/standard/
H A Dmd5.c156 #define STEP(f, a, b, c, d, x, t, s) \ argument
158 (a) = (((a) << (s)) | (((a) & 0xffffffff) >> (32 - (s)))); \
/PHP-7.4/ext/tokenizer/tests/
H A D001.phpt255 Warning: token_name() expects parameter 1 to be int, string given in %s on line %d
258 Warning: token_name() expects parameter 1 to be int, array given in %s on line %d
H A D002.phpt16 foreach ($strings as $s) {
17 var_dump(token_get_all($s));

Completed in 41 milliseconds

1...<<231232233234235236237238239240>>...251