Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 25 of 80) sorted by path

1234

/PHP-7.4/
H A DNEWS1346 . Fixed bug #78151 (Segfault caused by indirect expressions in PHP 7.4a1).
/PHP-7.4/Zend/tests/
H A Dbug34137.phpt5 $arr1 = array('a1' => array('alfa' => 'ok'));
6 $arr1 =& $arr1['a1'];
H A Dbug42819.phpt34 static $a1 = array(I => 0);
44 static $a1 = array(I => I);
54 static $a1 = array(I => foo\I);
64 static $a1 = array(I => ArrayObject::STD_PROP_LIST);
74 static $a1 = array(I => E_ERROR);
100 print_r(bar1::$a1);
108 print_r(bar2::$a1);
116 print_r(bar3::$a1);
124 print_r(bar4::$a1);
132 print_r(bar5::$a1);
H A Dbug52614.phpt6 public $a1;
13 return $this->a1;
35 return $this->a1;
47 var_dump($foo->a1);
61 $foo->a1[0] = 1;
63 var_dump($foo->a1[0]);
65 var_dump($foo->a1[0]);
67 var_dump($foo->a1[0]);
H A Dbug55509.phpt61 $a1 = str_repeat("1", 1024 * 1024 * 1024 * 0.5);
H A Dbug69017.phpt11 public static $a1 = array(self::ONE => 'one');
17 c1::$a1[] = 1;
21 var_dump(c1::$a1);
H A Dbug74093.phpt15 $a1 = range(1, 1000000);
17 array_intersect($a1, $a2);
H A Dbug76860_2.phpt14 private static $a = "a1";
H A Dbug78151.phpt2 Bug #78151 Segfault caused by indirect expressions in PHP 7.4a1
/PHP-7.4/Zend/tests/traits/bugs/
H A Dalias01.phpt11 use T1 { m1 as a1; }
16 $o->a1();
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_052.phpt8 public A $a1;
22 ["a1"]=>
H A Dtyped_properties_059.phpt6 public int $a1;
25 ["a1"]=>
/PHP-7.4/Zend/
H A Dzend_operators.c2979 ZEND_API int ZEND_FASTCALL zend_compare_arrays(zval *a1, zval *a2) /* {{{ */ argument
2981 return zend_compare_symbol_tables(Z_ARRVAL_P(a1), Z_ARRVAL_P(a2));
H A Dzend_operators.h421 ZEND_API int ZEND_FASTCALL zend_compare_arrays(zval *a1, zval *a2);
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4208 add(T1 a1, T2 a2) -> decltype(a1 + a2)
210 return a1 + a2;
/PHP-7.4/ext/dom/tests/
H A Ddom001.phpt203 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
264 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
H A Dregsiter_node_class.phpt20 $root->setAttribute('a', 'a1');
/PHP-7.4/ext/ffi/tests/
H A D021.phpt15 test(4, "enum {a1, b1}");
/PHP-7.4/ext/gd/libgd/
H A Dgd.c2993 int a1, a2; in gdLayerOverlay() local
2994 a1 = gdAlphaMax - gdTrueColorGetAlpha(dst); in gdLayerOverlay()
2996 return ( ((gdAlphaMax - a1*a2/gdAlphaMax) << 24) + in gdLayerOverlay()
3026 int a1, a2, r1, r2, g1, g2, b1, b2; in gdLayerMultiply() local
3027 a1 = gdAlphaMax - gdTrueColorGetAlpha(src); in gdLayerMultiply()
3030 r1 = gdRedMax - (a1 * (gdRedMax - gdTrueColorGetRed(src))) / gdAlphaMax; in gdLayerMultiply()
3032 g1 = gdGreenMax - (a1 * (gdGreenMax - gdTrueColorGetGreen(src))) / gdAlphaMax; in gdLayerMultiply()
3034 b1 = gdBlueMax - (a1 * (gdBlueMax - gdTrueColorGetBlue(src))) / gdAlphaMax; in gdLayerMultiply()
3037 a1 = gdAlphaMax - a1; in gdLayerMultiply()
3039 return ( ((a1*a2/gdAlphaMax) << 24) + in gdLayerMultiply()
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt163 array( 'JjRaGPA7,LrFU?EcEg).!?t{7X<;F[mp', '908106a1' ),
H A Dfnv1a64.phpt201 array( '2/`XZ(\'jF\\a1?iF(dtb\\HM+BLTa<t;d\'KF_\'Ogq', 'bdcaffa418ba3eda' ),
/PHP-7.4/ext/intl/tests/
H A Dregression_sort_and_cow.phpt43 $a1 = array( 'b', 'a', 'c' );
46 $res_str .= test_COW( 'en_US', $a1 );
H A Dregression_sort_eq.phpt28 $a1 = array( 'aa', 'aaa', 'a' );
32 $res_str .= sort_using_locale( 'en_US', $a1 );
H A Dregression_sortwsk_and_cow.phpt44 $a1 = array( 'b', 'a', 'c' );
47 $res_str .= test_COW( 'en_US', $a1 );

Completed in 64 milliseconds

1234