Home
last modified time | relevance | path

Searched refs:s (Results 6051 – 6075 of 6191) sorted by relevance

1...<<241242243244245246247248

/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation10.phpt7 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
H A Dstrspn_variation10.phpt7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
H A Dstrcasecmp.phpt613 Warning: strcasecmp() expects parameter 2 to be string, array given in %s on line %d
636 Notice: Undefined variable: strS in %s on line %d
656 Warning: strcasecmp() expects exactly 2 parameters, 0 given in %s on line %d
658 Warning: strcasecmp() expects exactly 2 parameters, 1 given in %s on line %d
660 Warning: strcasecmp() expects exactly 2 parameters, 1 given in %s on line %d
662 Warning: strcasecmp() expects exactly 2 parameters, 3 given in %s on line %d
/PHP-5.5/ext/gd/libgd/
H A Dgd_gd.c17 #define GD2_DBG(s) argument
/PHP-5.5/ext/ctype/tests/
H A Dctype_alnum_variation2.phpt8 * Description: Checks for alphanumeric character(s)
/PHP-5.5/ext/curl/
H A Dconfig.m440 …curl_version=`echo ${curl_version_full} | sed -e 's/libcurl //' | $AWK 'BEGIN { FS = "."; } { prin…
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_1.phpt65 The value of MODULE is %s
/PHP-5.5/ext/phar/
H A DTODO73 this would traverse external.phar's manifest, and add each entry as a
90 X investigate potential collision between SPL's DirectoryIterator flags and
H A Dtar.c68 int s = len; in phar_tar_octal() local
71 while (s-- > 0) { in phar_tar_octal()
199 static size_t strnlen(const char *s, size_t maxlen) { in strnlen() argument
200 char *r = (char *)memchr(s, '\0', maxlen); in strnlen()
201 return r ? r-s : maxlen; in strnlen()
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW58 BRE \$ bug is fixed. Most uses of "uchar" are gone; it's all chars now.
82 More minor cleanup. Buglet fix: it's CHAR_BIT, not CHAR_BITS. Simple
/PHP-5.5/win32/
H A Dinstall.txt265 a SAPI module, the web server's directory (e.g. C:\Program
271 server's directory, or add your PHP directory, C:\php to the PATH. For
404 extensions while with PHP 5 it's ext. So, an example PHP 5
1412 message 'Document Contains No Data'! What's going on here?
1415 PHP pages! What's going on here?
1418 database support I need! What's going on here?
1476 request to play in, feet of clay are introduced into PHP's system.
1506 message 'Document Contains No Data'! What's going on here?
1532 PHP pages! What's going on here?
1554 database support I need! What's going on here?
[all …]
/PHP-5.5/ext/spl/tests/
H A Diterator_001.phpt2 SPL: Iterator aggregating inner iterator's methods
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt1 #039 0027 //artifical; there's no &apos; in HTML 4.01
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_variation.phpt110 Strict Standards: Non-static method c1::assert() should not be called statically in %s on line 53
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_file.phpt209 Deprecated: Comments starting with '#' are deprecated in %s
/PHP-5.5/ext/date/lib/
H A Dunixtime2tm.c128 tm->s = seconds; in timelib_unixtime2gmt()
/PHP-5.5/ext/pgsql/
H A DREADME127 connection parameter. It's useful for error recovery.
228 ping database connection and try to reset connection if it's
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput5150 /\x{100}*\s/8DZ
608 /\sxxx\s/8T1
657 /f.*/s
663 /f.*/8s
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY126 (ex. "S" -> "s" -> 0x017f)
193 ex. ("test " * 100_000).scan(/\w*\s?/)
307 (p < s)
359 check /(.+)*/, /(\s*foo\s*)*/ etc...
533 ex. [\s&&[^\n]] makes wrong result.
552 Ruby's option.
734 ex. /s+/iu.match("SSSSS") ==> [4..5]
747 ex. /s+/iu.match("sssss") ==> [4..5]
792 2004/11/29: [dist] add -s option (silent mode) to test.rb.
824 ex. s = "[\xC2\xA0-\xC3\xBE]"
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c218 char *s = stmt->columns[col].name; in pdo_stmt_describe_columns() local
222 while (*s != '\0') { in pdo_stmt_describe_columns()
223 *s = toupper(*s); in pdo_stmt_describe_columns()
224 s++; in pdo_stmt_describe_columns()
228 while (*s != '\0') { in pdo_stmt_describe_columns()
229 *s = tolower(*s); in pdo_stmt_describe_columns()
230 s++; in pdo_stmt_describe_columns()
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation53.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split_variation1.phpt244 Warning: mb_split() expects parameter 1 to be string, resource given in %s on line %d
/PHP-5.5/main/
H A Dphp_network.h35 #define shutdown(s,n) /* nothing */ argument
/PHP-5.5/tests/lang/
H A DpassByReference_006.phpt94 Strict Standards: Non-static method C::refs() should not be called statically in %s on line 39
/PHP-5.5/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";

Completed in 75 milliseconds

1...<<241242243244245246247248