Home
last modified time | relevance | path

Searched refs:b (Results 2226 – 2250 of 2616) sorted by relevance

1...<<81828384858687888990>>...105

/php-src/ext/standard/
H A Dpageinfo.c35 #define getgroups(a, b) 0 argument
/php-src/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt18 "ь"=>"\'","б"=>"b","ю"=>"yu",
H A Dmb_split.phpt25 var_dump( mb_split( " ", "a b c d e f g" )
/php-src/Zend/tests/
H A D001.phpt14 function test3($a, $b) {
H A Dbug26698.phpt18 function three($a, $b, $c)
/php-src/ext/standard/tests/strings/
H A Dstr_ends_with.phpt18 var_dump(str_ends_with("ab\x00c", "b\x00c"));
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',
681 --> /foo.php?a=b&c=d: array(2) {
685 string(7) "a=b&c=d"
688 --> foo.php?a=b&c=d: array(2) {
692 string(7) "a=b&c=d"
733 --> http://1.2.3.4:/abc.asp?a=1&b=2: array(4) {
741 string(7) "a=1&b=2"
H A Dtrim_error.phpt13 var_dump(trim($hello, "a..b..c"));
/php-src/ext/dom/tests/
H A Ddom_set_attr_node.phpt10 <root a="b" />
H A DDOMNode_hasChildNodes.phpt32 $dom->loadXML('<root><a/><b/></root>');
/php-src/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt33 string(4) "b:0;"
/php-src/sapi/phpdbg/tests/
H A Dgh12675.phpt11 b gh12675_1.tmp:2
H A Dprint_002.phpt6 b foo
H A Dbug73927.phpt10 b 19
/php-src/ext/pdo_mysql/tests/
H A Dbug_61755.phpt18 $s = $db->prepare("SELECT \"a\0b\", ?");
/php-src/docs/
H A Dmake.bat23 exit /b 1
/php-src/tests/strings/
H A D001.phpt39 $found1 = strrchr($test, "b");
133 $raw = "a.\\+*?" . chr(91) . "^" . chr(93) . "b\$c";
135 if ($quoted == "a\\.\\\\\\+\\*\\?\\[\\^\\]b\\\$c") {
/php-src/ext/hash/
H A Dhash_sha3.c34 static inline uint64_t rol64(uint64_t v, unsigned char b) { in rol64() argument
35 return (v << b) | (v >> (64 - b)); in rol64()
/php-src/sapi/litespeed/
H A DREADME.md50 option `-b <socket_address>`, socket address can be IPv4, IPv6 or Unix Domain
56 ./lsphp -b [::]:3000
62 ./lsphp -b *:3000
68 ./lsphp -b 192.168.0.2:3000
74 ./lsphp -b /tmp/lsphp_manual.sock
189 existence of parent process. When PHP is started by `-b` option, it is
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2702 jit->b = -1; in zend_jit_init_ctx()
3452 jit->b = -1; in _zend_jit_merge_smart_branch_inputs()
3720 jit->b = b; in zend_jit_bb_start()
3736 if (jit->b != b) { in zend_jit_bb_end()
3755 jit->b = -1; in zend_jit_bb_end()
3814 jit->b = -1; in zend_jit_jmp_frameless()
3831 jit->b = -1; in zend_jit_cond_jmp()
3841 jit->b = -1; in zend_jit_cond_jmp()
10728 jit->b = -1;
15209 int b; local
[all …]
/php-src/ext/pdo_pgsql/tests/
H A Dbug71885_2.phpt32 $stmt->execute(['b']);
/php-src/sapi/phpdbg/
H A Dphpdbg_lexer.l21 #define YYDEBUG(a, b) argument
/php-src/ext/phar/tests/tar/
H A D033.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
H A Dexists_as_phar.phpt16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/php-src/ext/phar/tests/zip/
H A Dexists_as_phar.phpt16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';

Completed in 88 milliseconds

1...<<81828384858687888990>>...105