Home
last modified time | relevance | path

Searched refs:s (Results 6026 – 6050 of 6191) sorted by relevance

1...<<241242243244245246247248

/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c421 size_t s = 0; in get_template_string() local
423 while (e != s) { in get_template_string()
424 size_t c = MIN((e + s + 1) / 2, e - 1); in get_template_string()
429 s = c; in get_template_string()
509 char *s, *p; in add_response_header() local
521 s = do_alloca(len + 1, use_heap); in add_response_header()
522 memcpy(s, h->header, len); in add_response_header()
523 s[len] = 0; in add_response_header()
527 add_assoc_stringl_ex(return_value, s, len+1, p, h->header_len - (p - h->header), 1); in add_response_header()
528 free_alloca(s, use_heap); in add_response_header()
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c182 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput171 /-- This set of tests is for the 16- and 32-bit library's basic (non-UTF-16
300 /[^\s]*\s* [^\W]+\W+ [^\d]*?\d0 [^\d\w]{4,6}?\w*A/BZ
H A Dtestoutput14366 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
511 /[^\s]*\s* [^\W]+\W+ [^\d]*?\d0 [^\d\w]{4,6}?\w*A/BZ
515 \s*
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c607 apr_pool_t *ptemp, server_rec *s) in php_apache_server_startup() argument
614 apr_pool_userdata_get(&data, userdata_key, s->process->pool); in php_apache_server_startup()
622 apr_pool_cleanup_null, s->process->pool); in php_apache_server_startup()
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_cp866.phpt140 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
146 echo sprintf("%s => %s\n\n", $ent, $res);
H A Dhtml_entity_decode_koi8-r.phpt140 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
146 echo sprintf("%s => %s\n\n", $ent, $res);
H A Dstrcmp.phpt594 Warning: strcmp() expects parameter 2 to be string, array given in %s on line %d
617 Notice: Undefined variable: strS in %s on line %d
637 Warning: strcmp() expects exactly 2 parameters, 0 given in %s on line %d
639 Warning: strcmp() expects exactly 2 parameters, 1 given in %s on line %d
641 Warning: strcmp() expects exactly 2 parameters, 1 given in %s on line %d
643 Warning: strcmp() expects exactly 2 parameters, 3 given in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dfeof_basic.phpt100 Warning: feof(): %d is not a valid stream resource in %s on line %d
H A Dfscanf_variation52.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dis_writable_variation2.phpt78 // change all file's permissions to 777 before deleting
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation3.phpt184 Warning: mb_encode_mimeheader() expects parameter 3 to be string, resource given in %s on line %d
/PHP-5.5/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-ba.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt10 $date_format = 'Y-m-d H:i:s T e';
/PHP-5.5/ext/sybase_ct/
H A Dconfig.m463 ac_solid_uname_s=`uname -s 2>/dev/null`
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar218 $s = unpack('V', substr($m, 0, 4));
220 $start = 4 + $s[1];
H A Dinclude_path2.phar218 $s = unpack('V', substr($m, 0, 4));
220 $start = 4 + $s[1];
H A Dopenssl.phar218 $s = unpack('V', substr($m, 0, 4));
220 $start = 4 + $s[1];
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar218 $s = unpack('V', substr($m, 0, 4));
220 $start = 4 + $s[1];
H A Dopenssl.phar218 $s = unpack('V', substr($m, 0, 4));
220 $start = 4 + $s[1];
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c55 #define Calloc(n,s) (char*)xcalloc((n),(s)) argument
/PHP-5.5/win32/build/
H A Dphpize.js.in64 var re_dep_line = new RegExp("ADD_EXTENSION_DEP\\([^,]*\\s*,\\s*['\"]([^'\"]+)['\"].*\\)", "gm");
/PHP-5.5/ext/imap/
H A Dconfig.m4202 ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1
204 ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1
/PHP-5.5/
H A DREADME.REDIST.BINS6 6. ext/standard crypt's blowfish implementation
52 6. ext/standard crypt's blowfish implementation
72 There's ABSOLUTELY NO WARRANTY, express or implied.
82 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
89 There's a paper on the algorithm that explains its design decisions:
93 Some of the tricks in BF_ROUND might be inspired by Eric Young's
252 Portions of this code are based on Berkeley's uuencode/uudecode
/PHP-5.5/Zend/
H A DZEND_CHANGES5 The Zend Engine's handling of objects has been completely
14 can think of a handle as an object's ID).
139 abstract method only declares the method's signature and does not
292 by another class). There's no need to declare the methods of
315 identical replica of all the object's properties.
339 all of the object's properties. If a __clone() method is
436 last reference to an object is destroyed the object's
1066 result sets weren't destroyed until the end of the script's
1140 3.0, and is shamelessly lying about it. Here's why:

Completed in 78 milliseconds

1...<<241242243244245246247248