Home
last modified time | relevance | path

Searched refs:X (Results 226 – 250 of 331) sorted by relevance

12345678910>>...14

/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_005.phpt54 X-Powered-By: PHP/%s
H A Dphp_cli_server_015.phpt45 X-Powered-By: PHP/%s
/PHP-5.5/ext/oci8/tests/
H A Dbug42841.phpt174 string(1) "X"
181 string(1) "X"
H A Dnull_byte_2.phpt42 string(1) "X"
/PHP-5.5/ext/openssl/tests/
H A D004.phpt33 resource(%d) of type (OpenSSL X.509 CSR)
H A D022.phpt41 Warning: openssl_csr_export(): supplied resource is not a valid OpenSSL X.509 CSR resource in %s on…
/PHP-5.5/ext/standard/tests/mail/
H A Dbug66535.phpt40 X-PHP-Originating-Script: %d:bug66535.php
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput11-1618 /(?s)(.*X|^B)/BM
24 7 X
33 /(?s:.*X|^B)/BM
39 6 X
157 |\$\<\.X\+ix\[d1b\!H\#\?vV0vrK\:ZH1\=2M\>iV\;\?aPhFB\<\*vW\@QW\@sO9\}cfZA\-i\'w\%hKd6gt1UJP\,15_\#Q…
161 …2 $<.X+ix[d1b!H#?vV0vrK:ZH1=2M>iV;?aPhFB<*vW@QW@sO9}cfZA-i'w%hKd6gt1UJP,15_#QY$M^Mss_U/]&LK9[5…
H A Dtestoutput11-3218 /(?s)(.*X|^B)/BM
24 7 X
33 /(?s:.*X|^B)/BM
39 6 X
157 |\$\<\.X\+ix\[d1b\!H\#\?vV0vrK\:ZH1\=2M\>iV\;\?aPhFB\<\*vW\@QW\@sO9\}cfZA\-i\'w\%hKd6gt1UJP\,15_\#Q…
161 …2 $<.X+ix[d1b!H#?vV0vrK:ZH1=2M>iV;?aPhFB<*vW@QW@sO9}cfZA-i'w%hKd6gt1UJP,15_#QY$M^Mss_U/]&LK9[5…
H A Dtestoutput11-818 /(?s)(.*X|^B)/BM
24 10 X
33 /(?s:.*X|^B)/BM
39 8 X
157 |\$\<\.X\+ix\[d1b\!H\#\?vV0vrK\:ZH1\=2M\>iV\;\?aPhFB\<\*vW\@QW\@sO9\}cfZA\-i\'w\%hKd6gt1UJP\,15_\#Q…
161 …3 $<.X+ix[d1b!H#?vV0vrK:ZH1=2M>iV;?aPhFB<*vW@QW@sO9}cfZA-i'w%hKd6gt1UJP,15_#QY$M^Mss_U/]&LK9[5…
H A Dtestoutput397 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
H A Dtestinput8253 12X
254 123X
256 X
257 1X
293 /^a+X/
4237 /^X/m
4270 X X\x0a
4394 /X$/E
4395 X
4399 /X$/
[all …]
H A Dtestinput11784 /(.*X|^B)/
1790 /(.*X|^B)/m
1795 /(.*X|^B)/s
3836 /(?<=Z)X./
4097 /[^a]*?X/i
4107 /[^a]?X/i
4112 /[^a]??X/i
4117 /[^a]?+X/i
4316 /a[\C-X]b/
4320 X X\x0a
[all …]
H A Dtestoutput8486 12X
487 0: 12X
488 123X
489 0: 123X
492 X
494 1X
559 /^a+X/
3227 0: X
6748 X X\x0a
6749 0: X X\x0a
[all …]
/PHP-5.5/Zend/
H A Dzend.h155 # define ZEND_ATTRIBUTE_ALLOC_SIZE(X) __attribute__ ((alloc_size(X))) argument
156 # define ZEND_ATTRIBUTE_ALLOC_SIZE2(X,Y) __attribute__ ((alloc_size(X,Y))) argument
158 # define ZEND_ATTRIBUTE_ALLOC_SIZE(X) argument
159 # define ZEND_ATTRIBUTE_ALLOC_SIZE2(X,Y) argument
/PHP-5.5/sapi/roxen/
H A Droxen.c120 # define PHP_LOCK(X) THREADS_ALLOW();mt_lock(&roxen_php_execution_lock);THREADS_DISALLOW() argument
121 # define PHP_UNLOCK(X) mt_unlock(&roxen_php_execution_lock); argument
125 # define PHP_LOCK(X) argument
126 # define PHP_UNLOCK(X) argument
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt57 string(23) "X'61626364656667006869'"
/PHP-5.5/ext/standard/tests/general_functions/
H A D001.phpt24 $test = sprintf("%4o %4x %4X %0"."8x", 128, 1024, 49151, 3457925);
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_variation21.phpt28 'Preferred time representation' => "%X",
H A Dstrftime_variation21.phpt28 'Preferred time representation' => "%X",
H A Dmktime-1.phpt8 # MacOS/X libc implementation doesn't treat out-of-range values
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities21.phpt31 … if ($a == "" && $b == "") { echo sprintf("%05X", $tests[$i]), ": INVALID SEQUENCE\n"; continue; }
32 echo sprintf("%05X", $tests[$i]), ": ", bin2hex($a), " ", bin2hex($b), "\n";
H A Dhtmlentities20.phpt66 … if ($a == "" && $b == "") { echo sprintf("%05X", $tests[$i]), ": INVALID SEQUENCE\n"; continue; }
67 echo sprintf("%05X", $tests[$i]), ": ", bin2hex($a), " ", bin2hex($b), "\n";
/PHP-5.5/ext/intl/tests/
H A Dlocale_get_display_region3.phpt212 disp_locale=en : display_region=X?
213 disp_locale=fr : display_region=X?
214 disp_locale=de : display_region=X?
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini8078 [iCab/2.8* (Macintosh; ?; *Mac OS X*)]
8099 [iCab/2.9* (Macintosh; ?; *Mac OS X*)]
8120 [iCab/3.0* (Macintosh; ?; *Mac OS X*)]
10753 [Opera/7.5* (Macintosh; *Mac OS X; ?)*]
10933 [Opera/7.6* (Macintosh; *Mac OS X; ?)*]
11727 [Opera/9.0* (Macintosh; *Mac OS X;*)*]
11939 [Opera/9.1* (Macintosh; *Mac OS X;*)*]
12155 [Opera/9.2* (Macintosh; *Mac OS X;*)*]
12371 [Opera/9.3* (Macintosh; *Mac OS X;*)*]
12587 [Opera/9.4* (Macintosh; *Mac OS X;*)*]
[all …]

Completed in 312 milliseconds

12345678910>>...14