Home
last modified time | relevance | path

Searched refs:b (Results 2051 – 2075 of 2383) sorted by relevance

1...<<81828384858687888990>>...96

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1463 /a*(b+)(z)(z)/P
108 /a(b)c/PN
112 /a(?P<name>b)c/PN
116 /a?|b?/P
365 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
502 /[^\x00-a]{12,}[^b-\xff]*/BZ
505 [b-\xff] (neg){12,}+
/PHP-5.5/ext/standard/tests/general_functions/
H A Dprint_r.phpt135 array(array(1, 2), array('a', 'b')),
280 $newfunc = create_function('$a,$b', 'return "$a * $b = " . ($a * $b);');
284 print_r( create_function('$a', 'return "$a * $a = " . ($a * $b);') );
804 [1] => b
820 [1] => b
836 [1] => b
H A Dprint_r_64bit.phpt136 array(array(1, 2), array('a', 'b')),
281 $newfunc = create_function('$a,$b', 'return "$a * $b = " . ($a * $b);');
285 print_r( create_function('$a', 'return "$a * $a = " . ($a * $b);') );
805 [1] => b
821 [1] => b
837 [1] => b
/PHP-5.5/
H A DREADME.RELEASE_PROCESS139 b. ``$PHP_x_RC_DATE`` = "06 September 2007"
203 highest branch, otherwise you have to do this manually, see point 1.b
205 b. In case multiple PHP minor versions are in active development you have
212 b. ``$PHP_X_DATE`` to the release date
237 b. check for &, < and > and escape them if necessary
261 b. Add the content for the news entry
285 b. ``$PHP_X_VERSION`` to the correct version
302 b. Add the content for the news entry
/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c372 int b = GETJSAMPLE (ptr[2]) >> C2_SHIFT; local
376 int b = gdTrueColorGetBlue (*ptr) >> C2_SHIFT;
386 histp = &histogram[r][g][b];
1143 int r, g, b; local
1149 b = GETJSAMPLE (cinfo->colormap[2][icolor]);
1154 b = nim->blue[icolor];
1162 inc2 = (minc2 - b) * C2_SCALE;
1315 int r, g, b; local
1319 b = GETJSAMPLE (*inptr++);
1327 b = gdTrueColorGetBlue (*inptr);
[all …]
/PHP-5.5/Zend/
H A Dzend_API.h378 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b);
402 ZEND_API int add_index_bool(zval *arg, ulong idx, int b);
411 ZEND_API int add_next_index_bool(zval *arg, int b);
433 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC);
552 #define ZVAL_BOOL(z, b) do { \ argument
554 Z_LVAL_P(__z) = ((b) != 0); \
618 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) argument
630 #define RETURN_BOOL(b) { RETVAL_BOOL(b); return; } argument
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_33689.phpt44 [%u|b%"queryString"]=>
H A Dpdo_mysql_prepare_native_mixed_style.phpt22 $stmt->execute(array('a', 'b'));
H A Dpdo_mysql_prepare_load_data.phpt71 fwrite($fp, b"1;foo\n");
72 fwrite($fp, b"2;bar");
/PHP-5.5/ext/phar/tests/zip/
H A D033.phpt16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_num_fields.phpt44 func_test_mysqli_num_fields($link, "SELECT 1 AS a, NULL AS b, 'foo' AS c", 3, 15);
H A Dmysqli_stmt_get_result_bit.phpt15 // b'001' syntax not supported before 5.0.3
79 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt44 string(4) "b:0;"
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_variation3.phpt32 fwrite($h, b"end");
H A Dfgets_variation3.phpt13 $file_modes = array("w+", "w+b", "w+t",
14 "a+", "a+b", "a+t",
15 "x+", "x+b", "x+t");
117 -- Testing fgets() with file opened using mode w+b --
261 -- Testing fgets() with file opened using mode a+b --
405 -- Testing fgets() with file opened using mode x+b --
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt77 [%u|b%"queryString"]=>
82 [%u|b%"queryString"]=>
/PHP-5.5/ext/date/tests/
H A Ddate_time_immutable.phpt10 function dump($a, $b, $c)
13 echo 'copy: ', $b->format('Y-m-d H:i:s e'), "\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_word_count.phpt8 $b =& $str;
17 var_dump(str_word_count($str, $b));
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_count_variation3.phpt23 $haystack = b'hello, world';
24 $needle = b'world';
/PHP-5.5/main/
H A DSAPI.h185 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1 TSRMLS_CC) argument
H A Dphp_network.h48 # define ftruncate(a, b) chsize(a, b) argument
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt198 [%u|b%"id"]=>
200 [%u|b%"label"]=>
206 [%u|b%"id"]=>
208 [%u|b%"label"]=>
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation1.phpt29 $key = b'string_val';
30 $data = b'string_val';
32 $iv = b'string_val';
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_002.phpt81 --> /foo.php?a=b&c=d : NULL
82 --> foo.php?a=b&c=d : NULL
87 --> http://1.2.3.4:/abc.asp?a=1&b=2 : string(4) "http"
H A Dparse_url_basic_001.phpt599 --> /foo.php?a=b&c=d: array(2) {
603 string(7) "a=b&c=d"
606 --> foo.php?a=b&c=d: array(2) {
610 string(7) "a=b&c=d"
651 --> http://1.2.3.4:/abc.asp?a=1&b=2: array(4) {
659 string(7) "a=1&b=2"

Completed in 103 milliseconds

1...<<81828384858687888990>>...96