Home
last modified time | relevance | path

Searched refs:x (Results 976 – 1000 of 1349) sorted by relevance

1...<<31323334353637383940>>...54

/PHP-7.1/ext/reflection/tests/
H A Dbug36337.phpt22 $x = new myEnum();
/PHP-7.1/Zend/tests/
H A Dbug45910.phpt7 const AAA = 'x';
H A Dconstant_expressions_classes.phpt21 …parent::XX." extended by G"; public static function get_me($x = "got ".self::XX) { return $x; } }',
H A Dbug70121.phpt5 …rval":1:{s:4:"days";O:9:"Exception":7:{s:10:"'."\0".'*'."\0".'message";s:1:"x";s:17:"'."\0".'Excep…
H A Dbug75252.phpt8 $x = []
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.c263 #define CHECK(x) \ argument
271 #define CHECK_PTR(x) \ argument
292 #define CHECK_ARGUMENT(x) SLJIT_ASSERT(x) argument
295 #define CHECK(x) x argument
296 #define CHECK_PTR(x) x argument
297 #define CHECK_REG_INDEX(x) x argument
304 #define CHECK(x) x argument
305 #define CHECK_PTR(x) x argument
306 #define CHECK_REG_INDEX(x) x argument
311 #define CHECK(x) argument
[all …]
/PHP-7.1/ext/mbstring/oniguruma/
H A Dst.c57 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) argument
567 numcmp(x, y) in numcmp() argument
568 long x, y; in numcmp()
570 return x != y;
/PHP-7.1/ext/standard/tests/url/
H A Dparse_url_basic_007.phpt94 --> http://x:? : NULL
95 --> x:blah.com : string(8) "blah.com"
96 --> x:/blah.com : string(9) "/blah.com"
97 --> x://::abc/? : bool(false)
100 --> x://::6.5 : NULL
110 --> http://[x:80]/ : string(1) "/"
H A Dparse_url_basic_001.phpt734 --> http://x:?: array(2) {
738 string(1) "x"
741 --> x:blah.com: array(2) {
743 string(1) "x"
748 --> x:/blah.com: array(2) {
750 string(1) "x"
755 --> x://::abc/?: bool(false)
771 --> x://::6.5: array(3) {
773 string(1) "x"
831 --> http://[x:80]/: array(3) {
[all …]
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dblog.phar11 ?><?php echo "install\n"; ?>�}L�+ ����x��Q� ���GBMB
/PHP-7.1/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_001.phpt6 function takes_int(int $x) {
/PHP-7.1/ext/gd/tests/
H A Dbug73279.phpt15 printf("color: %x\n", imagecolorat($dst, 99, 99));
/PHP-7.1/ext/standard/tests/array/
H A Darray_key_exists_object1.phpt41 $class2 = new myClass('x', 'y', 'z');
73 %unicode|string%(1) "x"
H A Darray_change_key_case_variation8.phpt26 …nana" => 3, "apple" => 4, "Test" => 5, "TTTT" => 6, "ttt" => 7, "ww" => 8, "x" => 9, "X" => 10, "o…
108 ["x"]=>
/PHP-7.1/ext/oci8/tests/
H A Dconnect_scope_try2.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try3.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try4.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try5.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try6.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try1.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
/PHP-7.1/ext/mysqli/tests/
H A D036.phpt36 $x = mysqli_insert_id($link);
37 $test[] = is_string($x);
/PHP-7.1/ext/spl/tests/
H A Dbug74669.phpt78 $payload = 'x:i:33554432;O:8:"stdClass":0:{};m:a:0:{}';
107 string(62) "C:9:"SelfArray":41:{x:i:16777216;m:a:1:{s:3:"foo";s:3:"bar";}}"
/PHP-7.1/ext/date/tests/
H A D009_win32.phpt22 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
32 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
/PHP-7.1/ext/mbstring/tests/
H A Dbug48645.phpt29 var_dump(bin2hex(mb_convert_encoding("&#x/;", "UTF-8", "HTML-ENTITIES")));
30 var_dump(bin2hex(mb_convert_encoding("&#x:;", "UTF-8", "HTML-ENTITIES")));
31 var_dump(bin2hex(mb_convert_encoding("&#x@;", "UTF-8", "HTML-ENTITIES")));
32 var_dump(bin2hex(mb_convert_encoding("&#x`;", "UTF-8", "HTML-ENTITIES")));
35 var_dump(bin2hex(mb_convert_encoding("&#x;", "UTF-8", "HTML-ENTITIES")));
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_pkey_get_details_basic.phpt25 [x] => %a

Completed in 45 milliseconds

1...<<31323334353637383940>>...54