Home
last modified time | relevance | path

Searched refs:a1 (Results 51 – 75 of 80) sorted by relevance

1234

/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller8.phar.inc5 $a['a1.phps'] = '<?php var_dump($_SERVER["REQUEST_URI"], $_SERVER["PATH_INFO"]);';
/PHP-7.4/ext/xsl/tests/
H A Dxslt002.phpt24 a1 b1 c1 <br>
H A Dxslt012.phpt47 a1 b1 c1 <br/>
/PHP-7.4/ext/sqlite3/tests/
H A Dbug68760.phpt16 $db->exec("INSERT INTO test VALUES ('a1')");
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt41 $a1 = $rcA->newInstance();
43 var_dump($a1, $a2);
/PHP-7.4/ext/dom/tests/
H A Dregsiter_node_class.phpt20 $root->setAttribute('a', 'a1');
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
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>
/PHP-7.4/Zend/tests/
H A Dbug76860_2.phpt14 private static $a = "a1";
H A Dbug55509.phpt61 $a1 = str_repeat("1", 1024 * 1024 * 1024 * 0.5);
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt224 a1 => a1
H A Dstrtolower-win32.phpt224 a1 => a1
H A Dbug49785.phpt187 string(2) "a1"
2883 string(4) "81a1"
2893 string(4) "82a1"
2903 string(4) "83a1"
2913 string(4) "84a1"
2923 string(4) "85a1"
2933 string(4) "86a1"
2943 string(4) "87a1"
2953 string(4) "88a1"
2963 string(4) "89a1"
[all …]
H A Dhtml_entity_decode_iso8859-15.phpt120 INVERTED EXCLAMATION MARK: &#xA1; => a1
121 &#xA1; => a1
H A Dhtml_entity_decode_macroman.phpt255 DEGREE SIGN: &#xB0; => a1
301 &#xB0; => a1
H A Dhtml_entity_decode_iso8859-5.phpt120 CYRILLIC CAPITAL LETTER IO: &#x401; => a1
H A Dhtml_entity_decode_win1251.phpt252 CYRILLIC CAPITAL LETTER SHORT U: &#x40E; => a1
H A Dhtml_entity_decode_cp866.phpt248 CYRILLIC SMALL LETTER BE: &#x431; => a1
H A Dhtml_entity_decode_koi8-r.phpt248 BOX DRAWINGS DOUBLE VERTICAL: &#x2551; => 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/build/
H A Dphp_cxx_compile_stdcxx.m4208 add(T1 a1, T2 a2) -> decltype(a1 + a2)
210 return a1 + a2;
/PHP-7.4/Zend/
H A Dzend_operators.h421 ZEND_API int ZEND_FASTCALL zend_compare_arrays(zval *a1, zval *a2);
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));
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt163 array( 'JjRaGPA7,LrFU?EcEg).!?t{7X<;F[mp', '908106a1' ),

Completed in 66 milliseconds

1234