Home
last modified time | relevance | path

Searched refs:b (Results 1976 – 2000 of 2383) sorted by relevance

1...<<71727374757677787980>>...96

/PHP-5.5/ext/standard/tests/array/
H A Darray_values_variation.phpt17 $arr_resource = array( "a" => $resource1, "b" => $resource2);
H A Darray_values_variation_64bit.phpt17 $arr_resource = array( "a" => $resource1, "b" => $resource2);
/PHP-5.5/ext/standard/tests/file/
H A Dproc_open01.phpt21 $test_string = b"yay!\n";
/PHP-5.5/ext/date/tests/
H A Dstrftime_variation23.phpt16 $format = '%b %d %Y %H:%M:%S';
/PHP-5.5/ext/standard/tests/strings/
H A Dquoted_printable_decode_error.phpt16 $str = b"=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 fwrite($a, b"This is quite the thing ain't it\n");
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt77 array(array(1, 2), array('a', 'b')),
228 string(1) "b" refcount(1)
H A Ddebug_zval_dump_b_64bit.phpt77 array(array(1, 2), array('a', 'b')),
228 string(1) "b" refcount(1)
H A Dparse_ini_basic.phpt227 ["b"]=>
228 string(1) "b"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_connect_twice.phpt77 [%u|b%"it_works"]=>
81 [%u|b%"syntax"]=>
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt17 $db->exec('CREATE TABLE test (a integer not null primary key, b text, c integer)');
23 $stmt = $db->prepare("INSERT INTO test (a, b, c) values (?, ?, ?)");
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
33 $this->booleanMessage = $b;
H A Dr4_groupH_complex_doclit_009w.phpt31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
33 $this->booleanMessage = $b;
H A Dr4_groupH_complex_doclit_010w.phpt31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
33 $this->booleanMessage = $b;
H A Dr4_groupH_complex_doclit_008w.phpt31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
33 $this->booleanMessage = $b;
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strpos_variation5.phpt25 $string_ascii = b'+Is an English string'; //21 chars
26 $needle_ascii = b'g';
H A Dmb_stripos_variation5_Bug45923.phpt26 $string_ascii = b'+Is an English string'; //21 chars
27 $needle_ascii = b'G';
H A Dmb_strripos_variation5_Bug45923.phpt26 $string_ascii = b'+Is an English string'; //21 chars
27 $needle_ascii = b'G';
/PHP-5.5/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc103 function _pear2tarchecksum($a, $b) {return $a + ord($b);}
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt8 list($a,,$b) = $f;
9 echo "A=$a B=$b\n";
/PHP-5.5/ext/com_dotnet/
H A DREADME50 $b = new variant(6);
51 $c = variant_add($a, $b);
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation3_64bit.phpt23 $needle = b'a';
24 $haystack = b'string_val';
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation5.phpt30 $key = b'string_val';
31 $data = b'string_val';
42 return b"Class A object";
51 $heredoc = b<<<EOT
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt159 in = 0 -> id = 2 (integer) / label = 'b' (string)
164 in = 0 -> id = 2 (integer) / label = 'b' (string)
170 in = 0 -> id = 2 (integer) / label = 'b' (string)
175 in = 0 -> id = 2 (integer) / label = 'b' (string)
/PHP-5.5/ext/mysqli/
H A Dmysqli.c42 #define MYSQLI_ADD_PROPERTIES(a,b) \ argument
45 while (b[i].pname != NULL) { \
46 mysqli_add_property((a), (b)[i].pname, (b)[i].pname_length, \
47 (mysqli_read_t)(b)[i].r_func, (mysqli_write_t)(b)[i].w_func TSRMLS_CC); \
52 #define MYSQLI_ADD_PROPERTIES_INFO(a,b) \ argument
55 while (b[i].name != NULL) { \
56 zend_declare_property_null((a), (b)[i].name, (b)[i].name_length, ZEND_ACC_PUBLIC TSRMLS_CC); \

Completed in 43 milliseconds

1...<<71727374757677787980>>...96