Home
last modified time | relevance | path

Searched refs:b (Results 1801 – 1825 of 2216) sorted by relevance

1...<<71727374757677787980>>...89

/PHP-7.2/sapi/litespeed/
H A DREADME.md54 start manually from command with option "-b <socket_address>", socket
58 ./lsphp -b [::]:3000
62 ./lsphp -b *:3000
66 ./lsphp -b 192.168.0.2:3000
70 ./lsphp -b /tmp/lsphp_manual.sock
202 When PHP started by "-b" option, it is disabled automatically.
/PHP-7.2/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic1.phpt20 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
21 "a","ab","at","a+","a+b","a+t");
131 -- File opened in mode r+b --
227 -- File opened in mode a+b --
325 -- File opened in mode r+b --
421 -- File opened in mode a+b --
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt26 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
27 "x","xb","xt","x+","x+b","x+t");
141 -- File opened in mode w+b --
237 -- File opened in mode x+b --
335 -- File opened in mode w+b --
431 -- File opened in mode x+b --
H A Dfseek_ftell_rewind_basic2-win32.phpt26 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
27 "x","xb","xt","x+","x+b","x+t");
141 -- File opened in mode w+b --
237 -- File opened in mode x+b --
335 -- File opened in mode w+b --
431 -- File opened in mode x+b --
H A Dfseek_ftell_rewind_basic2.phpt26 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
27 "x","xb","xt","x+","x+b","x+t");
141 -- File opened in mode w+b --
237 -- File opened in mode x+b --
335 -- File opened in mode w+b --
431 -- File opened in mode x+b --
H A D005_variation2.phpt53 $b = touch(false);
59 var_dump($b);
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h180 #define MIN(a,b) (((a)>(b))?(b):(a)) argument
181 #define MAX(a,b) (((a)<(b))?(b):(a)) argument
H A Dregenc.c893 onig_codes_cmp(OnigCodePoint a[], OnigCodePoint b[], int n) in onig_codes_cmp() argument
898 if (a[i] != b[i]) in onig_codes_cmp()
909 int b; in onig_codes_byte_at() local
913 b = at % 3; in onig_codes_byte_at()
916 return ((code >> ((2 - b) * 8)) & 0xff); in onig_codes_byte_at()
/PHP-7.2/ext/standard/tests/strings/
H A Durl_t.phpt63 '/foo.php?a=b&c=d',
64 'foo.php?a=b&c=d',
69 'http://1.2.3.4:/abc.asp?a=1&b=2',
665 --> /foo.php?a=b&c=d: array(2) {
669 string(7) "a=b&c=d"
672 --> foo.php?a=b&c=d: array(2) {
676 string(7) "a=b&c=d"
717 --> http://1.2.3.4:/abc.asp?a=1&b=2: array(4) {
725 string(7) "a=1&b=2"
/PHP-7.2/ext/pcre/tests/
H A D002.phpt31 string(12) "a${1b${1c${1"
/PHP-7.2/ext/mysqli/tests/
H A D037.phpt20 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE = " . $engine);
H A D038.phpt19 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE = " . $engine);
/PHP-7.2/ext/standard/
H A Dpageinfo.c43 #define getgroups(a, b) 0 argument
/PHP-7.2/ext/standard/tests/array/
H A Dmax.phpt14 var_dump(max("", "t", "b"));
H A Dmin.phpt14 var_dump(min("", "t", "b"));
H A Darray_map_variation3.phpt29 array("a","aaaa","b","bbbb","c","ccccc"),
110 string(1) "b"
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_lexer.l21 #define YYDEBUG(a, b) argument
/PHP-7.2/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt13 case "\x82": return ord('b');
/PHP-7.2/ext/phar/tests/
H A D033a.phpt15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
/PHP-7.2/ext/dom/tests/
H A Ddom_set_attr_node.phpt10 <root a="b" />
/PHP-7.2/tests/lang/operators/
H A Dpreinc_variationStr.phpt46 string(4) "3.4b"
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-1669 0: a\x{0a}b
72 a\x{12257}b
73 0: a\x{12257}b
74 a\x{12257}\x{11234}b
78 a\x{100}b
327 a\x{100}b
328 0: a\x{100}b
658 Need char = 'b'
698 ABC\x{0b}
699 0: \x{0b}
[all …]
H A Dtestoutput18-3267 0: a\x{0a}b
70 a\x{12257}b
72 a\x{12257}\x{11234}b
73 0: a\x{12257}\x{11234}b
76 a\x{100}b
325 a\x{100}b
326 0: a\x{100}b
658 Need char = 'b'
695 ABC\x{0b}
696 0: \x{0b}
[all …]
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt45 echo 'Read '.stream_get_contents($r['data'], 1, 1)."$\n"; // b
89 Read b$
/PHP-7.2/ext/oci8/tests/
H A Ddrcp_connect1.phpt27 echo "Test 1b\n";
76 Test 1b

Completed in 60 milliseconds

1...<<71727374757677787980>>...89