Home
last modified time | relevance | path

Searched refs:b (Results 2326 – 2350 of 2383) sorted by relevance

1...<<919293949596

/PHP-5.5/sapi/cli/
H A Dphp_cli.c183 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) /* {{{ */ in module_name_cmp()
186 Bucket *s = *((Bucket **) b); in module_name_cmp()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c542 int b; in fpm_conf_set_array() local
543 void *subconf = &b; in fpm_conf_set_array()
566 kv->value = strdup(b ? "1" : "0"); in fpm_conf_set_array()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3324 a?b?
4848 (*CR)a.b
6012 (a(?i)b)c
6020 (a(?i)b|c)
6363 (?>.*?a)b
6378 /(a|(b))+/
6590 (a|b\1)+
6892 \b (?&byte) (\.(?&byte)){3} \b
7494 a+(*SKIP)b
8921 /\bcat\b/
[all …]
/PHP-5.5/ext/iconv/
H A Diconv.c62 #define _php_iconv_memequal(a, b, c) \ argument
63 …a)) == *((unsigned long *)(b)) : ((c) == sizeof(unsigned int) ? *((unsigned int *)(a)) == *((unsig…
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c68 swap_node(Node* a, Node* b) in swap_node() argument
71 c = *a; *a = *b; *b = c; in swap_node()
82 if (NTYPE(b) == NT_STR) { in swap_node()
83 StrNode* sn = NSTR(b); in swap_node()
4049 is_equal_mml(MinMaxLen* a, MinMaxLen* b) in is_equal_mml() argument
4051 return (a->min == b->min && a->max == b->max) ? 1 : 0; in is_equal_mml()
5063 print_distance_range(FILE* f, OnigDistance a, OnigDistance b) in print_distance_range() argument
5072 if (b == ONIG_INFINITE_DISTANCE) in print_distance_range()
5075 fprintf(f, "(%u)", b); in print_distance_range()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt42 exec_and_count(5, $db, "INSERT INTO test(id, col1) VALUES (2, 'b'), (3, 'c')", 2);
/PHP-5.5/ext/standard/tests/strings/
H A Dexplode1.phpt78 var_dump( explode("b", $obj) );
H A Dhtml_entity_decode_win1251.phpt189 SINGLE LEFT-POINTING ANGLE QUOTATION MARK: &#x2039; => 8b
234 SINGLE RIGHT-POINTING ANGLE QUOTATION MARK: &#x203A; => 9b
H A Dhtml_entity_decode_html5.phpt3355 &lbrace; => { 7b
3356 &lbrack; => [ 5b
3363 &lcub; => { 7b
3456 &lsqb; => [ 5b
3754 &plus; => + 2b
3933 &semi; => ; 3b
H A Dprintf.phpt97 printf( "%b", $bin_num );
H A Dprintf_64bit.phpt97 printf( "%b", $bin_num );
H A Dhtml_entity_decode_cp866.phpt182 CYRILLIC CAPITAL LETTER EL: &#x41B; => 8b
230 CYRILLIC CAPITAL LETTER YERU: &#x42B; => 9b
H A Dhtml_entity_decode_koi8-r.phpt182 UPPER HALF BLOCK: &#x2580; => 8b
230 BOTTOM HALF INTEGRAL: &#x2321; => 9b
/PHP-5.5/Zend/
H A Dzend_API.c1247 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex() argument
1252 ZVAL_BOOL(tmp, b); in add_assoc_bool_ex()
1330 ZEND_API int add_index_bool(zval *arg, ulong index, int b) /* {{{ */ in add_index_bool() argument
1335 ZVAL_BOOL(tmp, b); in add_index_bool()
1413 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool() argument
1418 ZVAL_BOOL(tmp, b); in add_next_index_bool()
1592 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC) /* {{{… in add_property_bool_ex()
1598 ZVAL_BOOL(tmp, b); in add_property_bool_ex()
/PHP-5.5/ext/zip/
H A Dphp_zip.c143 char b[8192]; in php_zip_extract_file() local
277 while ((n=zip_fread(zf, b, sizeof(b))) > 0) { in php_zip_extract_file()
278 php_stream_write(stream, b, n); in php_zip_extract_file()
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_variation3.phpt14 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
H A Darray_intersect_uassoc_variation4.phpt13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_attr_set.phpt65 …printf("[006b] Expecting boolean/false for attribute %d, got %s/%s\n", $invalid_attr, gettype($tmp…
H A Dmysqli_stmt_affected_rows.phpt83 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (2, 'b'), (3, 'c')") ||
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt53 (for example, "a" < "b"). It is the strongest difference. For example, dictionaries are
75 (for example, "ab" < "a-b" < "aB"). This difference is ignored when there is a primary,
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1292 struct s *b; b->j = 5;
/PHP-5.5/ext/date/
H A Dphp_date.c3975 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
3981 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
3991 if(b && e) { in date_interval_initialize()
3992 timelib_update_ts(b, NULL); in date_interval_initialize()
3994 *rt = timelib_diff(b, e); in date_interval_initialize()
4354 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
4360 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
4366 *st = b; in date_period_initialize()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c114 #define B(b) (reg_map[b] << 11) argument
716 #define ARCH_32_64(a, b) a argument
720 #define ARCH_32_64(a, b) b argument
/PHP-5.5/ext/wddx/
H A Dwddx.c65 #define php_wddx_deserialize(a,b) \ argument
66 php_wddx_deserialize_ex((a)->value.str.val, (a)->value.str.len, (b))
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c393 #define MCRYPT_ENTRY2_2_4(a,b) REGISTER_STRING_CONSTANT("MCRYPT_" #a, b, CONST_PERSISTENT) argument

Completed in 183 milliseconds

1...<<919293949596