Home
last modified time | relevance | path

Searched refs:X (Results 251 – 275 of 331) sorted by relevance

1...<<11121314

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt39 writeAndDump( $fp, "Testing %b %d %f %s %x %X", array( 9, 6, 2.5502, "foobar", 15, 65 ) );
H A Dvfprintf_variation1.phpt50 writeAndDump( $fp, "Testing %b %d %f %o %s %x %X", array( 9, 6, 2.5502, 24, "foobar", 15, 65 ) );
H A Dconvert_uuencode_basic.phpt85 +<F%C=&5R<UQR7&X`
H A Dhtml_entity_decode_win1252.phpt61 $ent = sprintf("&#x%X;", $u);
66 $ent = sprintf("&#x%X;", $v[0]);
H A Dvsprintf_variation13.phpt24 "%+x %-x %X",
H A Dvsprintf_variation13_64bit.phpt24 "%+x %-x %X",
H A Dvprintf_variation13.phpt24 "%+x %-x %X",
H A Dvprintf_variation13_64bit.phpt24 "%+x %-x %X",
H A Dvfprintf_variation13_64bit.phpt24 "%+x %-x %X",
H A Dvfprintf_variation13.phpt24 "%+x %-x %X",
H A Dprintf.phpt207 echo"\n\n*** Output for '%X' as the format parameter ***\n";
208 printf("%X",12);
682 *** Output for '%X' as the format parameter ***
H A Dprintf_64bit.phpt207 echo"\n\n*** Output for '%X' as the format parameter ***\n";
208 printf("%X",12);
682 *** Output for '%X' as the format parameter ***
/PHP-5.5/build/
H A Dlibtool.m420 case X$UNAME in
420 if test "X[$]1" = X--no-reexec; then
423 elif test "X[$]1" = X--fallback-echo; then
434 if test "X[$]1" = X--fallback-echo; then
461 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
493 test "X$CONFIG_SHELL" != X/bin/ksh; then
509 test "X$echo_testing_string" = 'X\t' &&
518 test "X$echo_testing_string" = 'X\t' &&
2040 if test "X$pkg" = "X$p"; then
2080 if test "X$pkg" = "X$p"; then
[all …]
/PHP-5.5/ext/intl/tests/
H A Dlocale_get_display_region.phpt212 disp_locale=en : display_region=X?
213 disp_locale=fr : display_region=X?
214 disp_locale=de : display_region=X?
H A Dlocale_get_display_region2.phpt213 disp_locale=en : display_region=X?
214 disp_locale=fr : display_region=X?
215 disp_locale=de : display_region=X?
/PHP-5.5/ext/session/
H A Dmod_files.bat37 IF /I %Bits% GEQ 6 SET HashChars=!HashChars! W X Y Z - ,
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2333 : ; < = > ? @ 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 [ \ ] ^
60 ? @ 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 [ \ ] ^ _ ` a b c
H A Dtestoutput2580 : ; < = > ? @ 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 [ \ ] ^
107 ? @ 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 [ \ ] ^ _ ` a b c
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt69 X-Powered-By: %s
/PHP-5.5/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt72 if ($z->Draft == 'X' || $z->Draft == ' ') {
H A Dimap_headerinfo_basic.phpt72 if ($z->Draft == 'X' || $z->Draft == ' ') {
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt45 var_dump($rc->isIterateable('X'));
/PHP-5.5/
H A DREADME.RELEASE_PROCESS179 ``gpg -u YOUREMAIL --armor --detach-sign php-X.Y.Z.tar.xxx``
208 2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
221 ``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
281 2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
294 ``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
H A Dconfigure.in1398 dnl Autoconf 2.13's libtool checks go slightly nuts on Mac OS X 10.5 and 10.6.
1589 cat <<X
1601 X
1607 cat <<X
1614 X
1623 cat <<X
1630 X
1636 cat <<X
1645 X
1650 cat <<X
[all …]
/PHP-5.5/ext/filter/tests/
H A D043.phpt102 string(1) "X"

Completed in 57 milliseconds

1...<<11121314