Home
last modified time | relevance | path

Searched refs:x (Results 1026 – 1050 of 1349) sorted by relevance

1...<<41424344454647484950>>...54

/PHP-7.1/ext/standard/
H A Durl.c562 register size_t x, y; local
566 for (x = 0, y = 0; len--; x++, y++) {
567 ZSTR_VAL(str)[y] = (unsigned char) s[x];
574 ZSTR_VAL(str)[y++] = hexchars[(unsigned char) s[x] >> 4];
575 ZSTR_VAL(str)[y] = hexchars[(unsigned char) s[x] & 15];
579 ZSTR_VAL(str)[y++] = hexchars[os_toascii[(unsigned char) s[x]] >> 4];
580 ZSTR_VAL(str)[y] = hexchars[os_toascii[(unsigned char) s[x]] & 15];
/PHP-7.1/ext/phar/tests/
H A Dbug77396.phpt7 $path = '../' . str_repeat("x", PHP_MAXPATHLEN) . '.tar';
/PHP-7.1/ext/pcre/tests/
H A Dcache_limit.phpt12 $str = str_repeat('x', PREG_CACHE_SIZE);
/PHP-7.1/Zend/tests/
H A Dbug49472.phpt15 const x = 1;
H A Dbug51822.phpt30 $x = new Test();
H A Dbug74340.phpt2 Bug #74340: Magic function __get has different behavior in php 7.1.x
H A Dbug68412.phpt12 public function __call($x, $y) {
/PHP-7.1/ext/spl/tests/
H A Dbug70168.phpt5 $inner = 'x:i:1;O:8:"stdClass":0:{};m:a:0:{}';
H A Ddit_001_noglob.phpt11 preg_match('/x/', $d);
H A Ddit_001.phpt11 preg_match('/x/', $d);
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug44811.phpt11 $x = new SoapClient('http://slashdot.org');
/PHP-7.1/ext/intl/tests/
H A Dbug72533.phpt10 $ret = var_export(ut_loc_accept_http(str_repeat('x', 256)), true);
/PHP-7.1/ext/imap/tests/
H A Dbug77153.phpt13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
/PHP-7.1/ext/date/tests/
H A Dbug65184.phpt18 printf("%x ", ord($s[$i]));
/PHP-7.1/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt47 var $x;
50 function __construct($x, $y) {
51 $this->x = $x;
808 ["x"]=>
818 ["x"]=>
828 ["x"]=>
/PHP-7.1/ext/standard/tests/array/
H A Darray_key_exists_object2.phpt43 $class2 = new myClass('x', 'y', 'z');
77 %unicode|string%(1) "x"
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_014.phpt32 Content-Type: application/x-www-form-urlencoded
51 Content-Type: application/x-www-form-urlencoded
/PHP-7.1/ext/date/lib/
H A Ddow.c30 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod() argument
34 tmp = x % y; in positive_mod()
/PHP-7.1/ext/standard/tests/file/
H A Dftruncate_variation4-win32.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
196 -- Testing ftruncate() with file opening using x mode --
226 -- Testing ftruncate() with file opening using x+ mode --
236 -- Testing ftruncate() with file opening using x+b mode --
246 -- Testing ftruncate() with file opening using x+t mode --
438 -- Testing ftruncate() with file opening using x mode --
468 -- Testing ftruncate() with file opening using x+ mode --
478 -- Testing ftruncate() with file opening using x+b mode --
488 -- Testing ftruncate() with file opening using x+t mode --
H A Dftruncate_variation4.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
196 -- Testing ftruncate() with file opening using x mode --
226 -- Testing ftruncate() with file opening using x+ mode --
236 -- Testing ftruncate() with file opening using x+b mode --
246 -- Testing ftruncate() with file opening using x+t mode --
438 -- Testing ftruncate() with file opening using x mode --
468 -- Testing ftruncate() with file opening using x+ mode --
478 -- Testing ftruncate() with file opening using x+b mode --
488 -- Testing ftruncate() with file opening using x+t mode --
/PHP-7.1/ext/interbase/tests/
H A Dibase_param_info_001.phpt10 $x = ibase_connect($test_base);
/PHP-7.1/ext/sysvsem/
H A Dconfig.m417 [union semun x;],
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug71313.phpt5 $data = unserialize("C:16:\"SplObjectStorage\":113:{x:i:2;O:8:\"stdClass\":0:{},a:2:{s:4:\"prev\";i…
/PHP-7.1/ext/pdo_dblib/tests/
H A Dbug_50755.phpt18 $x = $stmt->execute();
/PHP-7.1/ext/gd/tests/
H A Dbug24155.phpt22 // Uniform fill + n x 90degrees rotation , the color value does not change

Completed in 29 milliseconds

1...<<41424344454647484950>>...54