Home
last modified time | relevance | path

Searched refs:s (Results 5926 – 5950 of 6057) sorted by relevance

1...<<231232233234235236237238239240>>...243

/PHP-8.1/ext/phar/phar/
H A Dclicommand.inc238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
268 … $inf .= $this->cli_wordwrap($sp2 . " " . sprintf("%-${ls}s ", $opt) . $what, $l3, $sp3) . "\n";
/PHP-8.1/Zend/tests/
H A Dtemporary_cleaning_013.phpt291 Notice: Indirect modification of overloaded element of ArrayAccess@anonymous has no effect in %s on…
294 Notice: Indirect modification of overloaded element of ArrayAccess@anonymous has no effect in %s on…
/PHP-8.1/ext/imap/
H A Dconfig.m4215 ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1
217 ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1
/PHP-8.1/ext/pcre/tests/
H A D005.phpt68 $gcc_regex = '/^((.+)(\(\.text\+0x[[:xdigit:]]+\))?: In function [`\'](\w+)\':\s+)?'.
69 '((?(1)(?(3)[^:\n]+|\2)|[^:\n]+)):(\d+): (?:(error|warning):\s+)?(.+)'.
70 … str_repeat('(?:\s+\5:(\d+): (?:(error|warning):\s+)?(.+))?', 99). // capture up to 100 errors
/PHP-8.1/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt81 Contribution(s) alone or by combination of their Contribution(s)
82 with the Work to which such Contribution(s) was submitted. If You
/PHP-8.1/build/
H A Dltmain.sh1408 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
3818 tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
4428 compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
4429 finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
4640 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4648 …$run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$o…
4713 runtime relocations are performed -- see ld's documentation
5342 Xsed='${SED} -e 1s/^X//'
6463 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
/PHP-8.1/ext/spl/tests/
H A DarrayObject_magicMethods4.phpt110 Warning: Undefined array key "nonexistent" in %s on line %d
H A DarrayObject_magicMethods6.phpt110 Warning: Undefined array key "nonexistent" in %s on line %d
H A Dbug65328.phpt298 [uid:protected] => %s
H A Dbug66834.phpt153 Warning: Undefined array key "foo" in %s on line %d
/PHP-8.1/ext/standard/tests/array/
H A Darray_merge_recursive_variation4.phpt74 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
/PHP-8.1/ext/pdo_odbc/
H A Dconfig.m4116 AC_MSG_ERROR([Cannot find header file(s) for pdo_odbc])
/PHP-8.1/ext/intl/tests/
H A Dlocale_parse_locale2.phpt104 %s
/PHP-8.1/main/
H A Dphp.h184 char *strtok_r(char *s, const char *delim, char **last);
H A Dphp_network.h32 #define shutdown(s,n) /* nothing */ argument
/PHP-8.1/ext/phar/tests/
H A Dphar_extract.phpt153 …Cannot extract "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..." to "%s...", extracted filen…
/PHP-8.1/ext/opcache/tests/jit/
H A Dgh8030-002.phpt15 function lookup($s){
16 switch($s){
/PHP-8.1/ext/opcache/
H A Dzend_persist_calc.c30 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m… argument
/PHP-8.1/ext/spl/
H A Dspl_array.c1714 RETURN_NEW_STR(buf.s); in PHP_METHOD()
1725 const unsigned char *p, *s; in PHP_METHOD() local
1744 s = p = (const unsigned char*)buf; in PHP_METHOD()
1753 if (!php_var_unserialize(zflags, &p, s + buf_len, &var_hash) || Z_TYPE_P(zflags) != IS_LONG) { in PHP_METHOD()
1781 if (!php_var_unserialize(array, &p, s + buf_len, &var_hash) in PHP_METHOD()
1811 if (!php_var_unserialize(members, &p, s + buf_len, &var_hash) || Z_TYPE_P(members) != IS_ARRAY) { in PHP_METHOD()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c510 if (phpdbg_compile_stdin(code.s) == FAILURE) { in PHPDBG_COMMAND()
1056 zend_string *s = phpdbg_compile_stackframe(gen->execute_data); in PHPDBG_COMMAND() local
1057 phpdbg_out("#%d: %.*s", i, (int) ZSTR_LEN(s), ZSTR_VAL(s)); in PHPDBG_COMMAND()
1058 zend_string_release(s); in PHPDBG_COMMAND()
/PHP-8.1/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt65 * Our implementation of CP932 prefers the F's, but for SJIS-Mobile,
66 * we prefer the E's */
204 * versions of Softbank's phones.
/PHP-8.1/ext/standard/tests/image/
H A Diptcembed_002.phpt21 5) various check on file2 to verify that's a valid jpeg file with our tags
/PHP-8.1/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt221 Warning: Undefined variable $strS in %s on line %d
/PHP-8.1/ext/bcmath/libbcmath/
H A DLICENSE57 author's reputation will not be affected by problems that might be
83 does Less to protect the user's freedom than the ordinary General
153 1. You may copy and distribute verbatim copies of the Library's
278 modification of the work for the customer's own use and reverse
303 copy of the library already present on the user's computer system,
479 <one line to give the library's name and a brief idea of what it
512 That's all there is to it!
/PHP-8.1/
H A DREADME.REDIST.BINS5 5. ext/standard crypt's blowfish implementation
151 5. ext/standard crypt's blowfish implementation
171 There's ABSOLUTELY NO WARRANTY, express or implied.
181 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
188 There's a paper on the algorithm that explains its design decisions:
192 Some of the tricks in BF_ROUND might be inspired by Eric Young's
323 Portions of this code are based on Berkeley's uuencode/uudecode

Completed in 67 milliseconds

1...<<231232233234235236237238239240>>...243