Home
last modified time | relevance | path

Searched refs:x (Results 101 – 125 of 1169) sorted by last modified time

12345678910>>...47

/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt241 <wddxPacket version='1.0'><header/><data><string>x</string></data></wddxPacket>
H A Dbug48562.phpt14 $a['x'] = 'foo';
15 $a['x'] = &$a;
25 $a['x'] = 'foo';
26 $a['x'] = $a;
H A Dbug71335.phpt9 $x = "<?xml version='1.0'?>
24 $d = wddx_deserialize($x);
/PHP-5.5/ext/tidy/tests/
H A D018.phpt7 $x = tidy_repair_string("<p>abra\0cadabra</p>",
12 var_dump($x);
/PHP-5.5/ext/sysvsem/
H A Dconfig.m417 [union semun x;],
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c254 #define scdebug(x) printf x argument
256 #define scdebug(x) argument
H A Dversioning.c54 #define isdig(x) (isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
55 #define isndig(x) (!isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
56 #define isspecialver(x) ((x)=='-'||(x)=='_'||(x)=='+') in php_canonicalize_version() argument
H A Durl.c602 register size_t x, y; local
606 for (x = 0, y = 0; len--; x++, y++) {
607 str[y] = (unsigned char) s[x];
614 str[y++] = hexchars[(unsigned char) s[x] >> 4];
615 str[y] = hexchars[(unsigned char) s[x] & 15];
619 str[y++] = hexchars[os_toascii[(unsigned char) s[x]] >> 4];
620 str[y] = hexchars[os_toascii[(unsigned char) s[x]] & 15];
H A Durl_scanner_ex.re190 #define scdebug(x) printf x
192 #define scdebug(x)
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c250 #define efree_n(x) { efree(x); x = NULL; } argument
251 #define efree_if(x) if (x) efree_n(x) argument
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt720 --> http://x:?: array(2) {
724 string(1) "x"
727 --> x:blah.com: array(2) {
729 string(1) "x"
734 --> x:/blah.com: array(2) {
736 string(1) "x"
741 --> x://::abc/?: bool(false)
757 --> x://::6.5: array(3) {
759 string(1) "x"
833 --> http://[x:80]/: array(3) {
[all …]
H A Dparse_url_basic_002.phpt94 --> http://x:? : string(4) "http"
95 --> x:blah.com : string(1) "x"
96 --> x:/blah.com : string(1) "x"
97 --> x://::abc/? : bool(false)
100 --> x://::6.5 : string(1) "x"
110 --> http://[x:80]/ : string(4) "http"
H A Dparse_url_basic_007.phpt93 --> http://x:? : NULL
94 --> x:blah.com : string(8) "blah.com"
95 --> x:/blah.com : string(9) "/blah.com"
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : NULL
109 --> http://[x:80]/ : string(1) "/"
H A Dparse_url_basic_008.phpt93 --> http://x:? : NULL
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : NULL
109 --> http://[x:80]/ : NULL
H A Dparse_url_basic_009.phpt93 --> http://x:? : NULL
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : NULL
109 --> http://[x:80]/ : NULL
H A Durls.inc73 'http://x:?',
74 'x:blah.com',
75 'x:/blah.com',
76 'x://::abc/?',
79 'x://::6.5',
89 'http://[x:80]/',
H A Dbase64_encode_basic_001.phpt20 printf("0x%X: %s\n", $i, $enc);
H A Dparse_url_basic_003.phpt93 --> http://x:? : string(1) "x"
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : string(1) ":"
109 --> http://[x:80]/ : string(6) "[x:80]"
H A Dparse_url_basic_004.phpt93 --> http://x:? : NULL
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : int(6)
109 --> http://[x:80]/ : NULL
H A Dparse_url_basic_005.phpt93 --> http://x:? : NULL
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : NULL
109 --> http://[x:80]/ : NULL
H A Dparse_url_basic_006.phpt93 --> http://x:? : NULL
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : NULL
109 --> http://[x:80]/ : NULL
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_basic9.phpt14 $format1 = "%x";
15 $format2 = "%x %x";
16 $format3 = "%x %x %x";
H A Dvsprintf_variation13.phpt23 "%x",
24 "%+x %-x %X",
25 "%lx %Lx, %4x %-4x",
26 "%10.4x %-10.4x %04x %04.4x",
27 "%'#2x %'2x %'$2x %'_2x",
28 "%x %x %x %x",
29 "% %%x x%",
30 '%3$x %4$x %1$x %2$x'
69 string(28) "7fffffff x, 7000000 80000000"
81 string(5) "%34 x"
H A Dvsprintf_variation13_64bit.phpt23 "%x",
24 "%+x %-x %X",
25 "%lx %Lx, %4x %-4x",
26 "%10.4x %-10.4x %04x %04.4x",
27 "%'#2x %'2x %'$2x %'_2x",
28 "%x %x %x %x",
29 "% %%x x%",
30 '%3$x %4$x %1$x %2$x'
69 string(36) "7fffffff x, 7000000 ffffffff80000000"
81 string(5) "%34 x"
H A Dvsprintf_variation14.phpt23 '%x %+x %-x
24 %lx %Lx %4x %-4x
25 %10.4x %-10.4x %.4x
26 %\'#2x %\'2x %\'$2x %\'_2x
27 %3$x %4$x %1$x %2$x';
87 1e240 x fffffb2e 4d2
94 1e240 x ff439a5b bc65a5
101 7b x ffffff85 7b
108 1 x 1 1
115 1 x 0 1

Completed in 121 milliseconds

12345678910>>...47