Home
last modified time | relevance | path

Searched refs:s (Results 5276 – 5300 of 6191) sorted by relevance

1...<<211212213214215216217218219220>>...248

/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug41125.phpt36 printf("[%d] Query: [[%s]]\n", $k + 1, $query);
49 printf("Query: [[%s]]\n", $sql);
79 printf("[%d] Query: [[%s]]\n", $k + 1, $query);
H A Dpdo_mysql_multi_stmt_nextrowset.phpt78 printf("[001] %s [%s] %s\n",
/PHP-5.5/ext/standard/tests/array/
H A Darray_push.phpt75 Warning: array_push() expects at least 2 parameters, 0 given in %s on line %d
78 Warning: array_push() expects parameter 1 to be array, integer given in %s on line %d
81 Warning: array_push() expects parameter 1 to be array, string given in %s on line %d
H A Darray_merge.phpt749 Warning: array_merge() expects at least 1 parameter, 0 given in %s on line %d
752 Warning: array_merge(): Argument #1 is not an array in %s on line %d
755 Warning: array_merge(): Argument #3 is not an array in %s on line %d
758 Notice: Undefined variable: arr4 in %s on line %d
760 Warning: array_merge(): Argument #3 is not an array in %s on line %d
H A Deach.phpt695 Warning: each() expects exactly 1 parameter, 0 given in %s on line %d
698 Warning: each() expects exactly 1 parameter, 2 given in %s on line %d
701 Warning: Variable passed to each() is not an array or object in %s on line %d
704 Warning: Variable passed to each() is not an array or object in %s on line %d
707 Warning: Variable passed to each() is not an array or object in %s on line %d
/PHP-5.5/tests/lang/
H A Dbug20175.phpt87 * Storing a reference to a new instance (that's where the name of the test
142 Deprecated: Assigning the return value of new by reference is deprecated in %s.php on line %d
143 %s
/PHP-5.5/ext/iconv/tests/
H A Diconv_set_encoding_variation.phpt296 Warning: iconv_set_encoding() expects parameter 2 to be string, resource given in %s on line %d
299 Warning: iconv_set_encoding() expects parameter 2 to be string, resource given in %s on line %d
302 Warning: iconv_set_encoding() expects parameter 2 to be string, resource given in %s on line %d
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c56 size_t s = 0, e = map->n; in mappings_add() local
60 i = (s + e) / 2; in mappings_add()
81 if (s == i) { in mappings_add()
97 s = i; in mappings_add()
/PHP-5.5/Zend/
H A Dbench.php51 $s=0; $rec=0; $imc=0; $re=0; $im=0; $re2=0; $im2=0;
53 $s=2*$r/$w1;
57 $imc=$s*($y-$h2)+$imcen;
59 $rec=$s*($x-$w2)+$recen;
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities22.phpt45 echo sprintf("%s\t%s", $test, $a==$test?"NOT CHANGED":"CHANGED"), "\n";
47 echo sprintf("%s\tCHANGED (%s, %s)", $test, $a, $b), "\n";
/PHP-5.5/sapi/apache/
H A Dphp_apache.c581 char *s = (char *) ap_loaded_modules[n]->name; in PHP_FUNCTION() local
582 if ((p = strchr(s, '.'))) { in PHP_FUNCTION()
583 add_next_index_stringl(return_value, s, (p - s), 1); in PHP_FUNCTION()
585 add_next_index_string(return_value, s, 1); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestu.c141 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
142 onig_error_code_to_str(s, r, &einfo); in xx()
143 fprintf(err_file, "ERROR: %s\n", s); in xx()
152 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
153 onig_error_code_to_str(s, r); in xx()
154 fprintf(err_file, "ERROR: %s\n", s); in xx()
/PHP-5.5/
H A Dconfigure.in283 CFLAGS="$CFLAGS -xmemalign=8s"
295 GCC_MAJOR_VERSION=`$CC --version | $SED -n '1s/[[^0-9]]*//;1s/\..*//;1p'`
447 dnl Also, uClibc will bark at linking with glibc's libnsl.
579 if test "`uname -s 2>/dev/null`" != "QNX"; then
598 #include <netinet/in.h>], [struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s;…
802 ltp_version_vars=`$LTP -v 2>/dev/null | $SED -e 's/^.* //' -e 's/\./ /g' | tr -d a-z`
840 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
841 CXXFLAGS=`echo "$CXXFLAGS" | $SED -e 's/-O[0-9s]*//g'`
856 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
857 CXXFLAGS=`echo "$CXXFLAGS" | $SED -e 's/-O[0-9s]*//g'`
[all …]
/PHP-5.5/ext/wddx/
H A Dwddx.c103 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len);
1057 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len) in php_wddx_process_data() argument
1069 Z_STRVAL_P(ent->data) = estrndup(s, len); in php_wddx_process_data()
1073 memcpy(Z_STRVAL_P(ent->data) + Z_STRLEN_P(ent->data), s, len); in php_wddx_process_data()
1082 Z_STRVAL_P(ent->data) = estrndup(s, len + 1); in php_wddx_process_data()
1085 memcpy(Z_STRVAL_P(ent->data) + Z_STRLEN_P(ent->data), s, len); in php_wddx_process_data()
1094 Z_STRVAL_P(ent->data) = estrndup(s, len); in php_wddx_process_data()
1102 if (!strcmp(s, "true")) { in php_wddx_process_data()
1104 } else if (!strcmp(s, "false")) { in php_wddx_process_data()
1120 memcpy(tmp, s, len); in php_wddx_process_data()
[all …]
/PHP-5.5/ext/date/
H A Dphp_date.c44 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
45 # define DATE_A64I(i, s) i = _atoi64(s) argument
51 s[st] = '\0'; \
54 # define DATE_A64I(i, s) i = atoll(s) argument
56 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10) argument
1543 now->s = sec; in php_mktime()
1661 ta.tm_sec = ts->s; in php_strftime()
3104 dateobj->time->s = tmp_time->s; in php_date_modify()
3415 dateobj->time->s = s; in php_date_time_set()
3425 long h, i, s = 0; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.h38 inline void *grapheme_memrchr_grapheme(const void *s, int c, int32_t n);
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_02_create.phpt28 Warning: SQLite3::exec(): table test already exists in %s on line %d
/PHP-5.5/ext/intl/tests/
H A Dcpbi_parts_iterator.phpt2 IntlCodepointBreakIterator's part iterator
H A Dtimezone_toDateTimeZone_basic.phpt35 string(%s) "GMT+04%s5"
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace2.phpt19 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
/PHP-5.5/ext/pgsql/tests/
H A D02connection.phpt58 resource(%d) of type (pgsql link%s)
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_rcvtimeo.phpt34 Warning: socket_set_option(): no key "sec" passed in optval in %s on line %d
H A Dsocket_set_option_sndtimeo.phpt34 Warning: socket_set_option(): no key "sec" passed in optval in %s on line %d
/PHP-5.5/ext/mbstring/tests/
H A Dmb_internal_encoding_basic.phpt33 string(%d) "%s"
/PHP-5.5/ext/session/tests/
H A Dbug60634_error_3.phpt46 Fatal error: Call to undefined function undefined_function() in %s on line %d

Completed in 62 milliseconds

1...<<211212213214215216217218219220>>...248