Home
last modified time | relevance | path

Searched refs:b (Results 1876 – 1900 of 2216) sorted by relevance

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

/PHP-7.2/ext/com_dotnet/
H A DREADME50 $b = new variant(6);
51 $c = variant_add($a, $b);
/PHP-7.2/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc103 function _pear2tarchecksum($a, $b) {return $a + ord($b);}
/PHP-7.2/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt31 function __construct($f, $s, $x1, $x2, $x3, $b) {
33 $this->booleanMessage = $b;
H A Dr4_groupH_complex_doclit_008w.phpt31 function __construct($f, $s, $x1, $x2, $x3, $b) {
33 $this->booleanMessage = $b;
H A Dr4_groupH_complex_doclit_009w.phpt31 function __construct($f, $s, $x1, $x2, $x3, $b) {
33 $this->booleanMessage = $b;
H A Dr4_groupH_complex_doclit_010w.phpt31 function __construct($f, $s, $x1, $x2, $x3, $b) {
33 $this->booleanMessage = $b;
/PHP-7.2/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt227 ["b"]=>
228 string(1) "b"
H A Ddebug_zval_dump_b.phpt77 array(array(1, 2), array('a', 'b')),
228 string(1) "b" refcount(%d)
H A Ddebug_zval_dump_b_64bit.phpt77 array(array(1, 2), array('a', 'b')),
228 string(1) "b" refcount(%d)
/PHP-7.2/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt8 list($a,,$b) = $f;
9 echo "A=$a B=$b\n";
H A Dbug27439.phpt8 public $b = 2;
/PHP-7.2/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)
H A Dbug_pecl_12925.phpt21 $stmt = $db->prepare("UPDATE test SET id = 'b'");
/PHP-7.2/
H A DREADME.RELEASE_PROCESS126 b. ``$PHP_x_RC_DATE`` = "06 September 2007"
136 b. Add the content for the news entry. Be sure to include the text:
217 highest branch, otherwise you have to do this manually, see point 1.b
219 b. In case multiple PHP minor versions are in active development you have
226 b. ``$PHP_X_DATE`` to the release date
251 b. check for &, < and > and escape them if necessary
275 b. Add the content for the news entry
301 b. ``$PHP_X_VERSION`` to the correct version
318 b. Add the content for the news entry
/PHP-7.2/ext/phar/tests/
H A Dalias_acrobatics.phpt30 $b = new Phar($fname, 0, 'another');
/PHP-7.2/ext/standard/tests/array/
H A Darray_pad_variation4.phpt23 $binary = b"hello";
H A Darray_intersect_uassoc_variation11.phpt13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
H A Dusort_variation7.phpt28 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "Apple", "p" => "Pineapple");
/PHP-7.2/ext/date/tests/
H A Dgmstrftime_error.phpt19 $format = '%b %d %Y %H:%M:%S';
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.c28 static zend_bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates() argument
29 while (blocks[b].level > blocks[a].level) { in dominates()
30 b = blocks[b].idom; in dominates()
32 return a == b; in dominates()
226 static inline zend_bool add_will_overflow(zend_long a, zend_long b) { in add_will_overflow() argument
227 return (b > 0 && a > ZEND_LONG_MAX - b) in add_will_overflow()
228 || (b < 0 && a < ZEND_LONG_MIN - b); in add_will_overflow()
230 static inline zend_bool sub_will_overflow(zend_long a, zend_long b) { in sub_will_overflow() argument
231 return (b > 0 && a < ZEND_LONG_MIN + b) in sub_will_overflow()
232 || (b < 0 && a > ZEND_LONG_MAX + b); in sub_will_overflow()
/PHP-7.2/ext/pgsql/tests/
H A Dbug60244.phpt13 $result = pg_query("select 'a' union select 'b'");
/PHP-7.2/ext/mysqli/tests/
H A Dbug48909.phpt29 $bvar is null, b is for BLOB - any error like this should be OK:
/PHP-7.2/ext/phar/tests/tar/
H A Dalias_acrobatics.phpt30 $b = new Phar($fname, 0, 'another');
/PHP-7.2/ext/phar/tests/zip/
H A Dalias_acrobatics.phpt30 $b = new Phar($fname, 0, 'another');
/PHP-7.2/ext/spl/tests/
H A Dheap_004.phpt6 public function compare($a, $b) {

Completed in 44 milliseconds

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