Home
last modified time | relevance | path

Searched refs:as (Results 326 – 350 of 4292) sorted by relevance

1...<<11121314151617181920>>...172

/PHP-7.2/ext/zlib/tests/
H A Dinflate_add_basic.phpt51 foreach ($modes as $modeKey => $mode) {
54 foreach ($flushSizes as $flushSize) {
55 foreach ($flushTypes as $flushTypeKey => $flushType) {
/PHP-7.2/Zend/tests/
H A Dbug30828.phpt9 foreach ($bt as $t) {
17 foreach ($bt as $t) {
25 foreach ($bt as $t) {
H A Dbug70156.phpt21 foo1 as private;
24 foo2 as bar;
H A Dns_002.phpt13 use test\ns1\Foo as Bar;
14 use test\ns1 as ns2;
H A Dns_060.phpt6 use Bar\A as B;
13 use Foo\A as B;
/PHP-7.2/ext/date/tests/
H A Dstrftime_variation4.phpt21 'Month as decimal' => "%m",
26 foreach($inputs as $key =>$value) {
45 --Month as decimal--
H A Dgmstrftime_variation10.phpt27 'Weekday as decimal' => "%u",
32 foreach($inputs as $key =>$value) {
47 --Weekday as decimal--
H A Dgmstrftime_variation9.phpt27 'Weekday as decimal' => "%u",
32 foreach($inputs as $key =>$value) {
47 --Weekday as decimal--
/PHP-7.2/tests/classes/
H A Diterators_006.phpt47 foreach ($array as $property => $value) {
60 foreach ($array as $property => $value) {
66 foreach ($array as $property => $value) {
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dbug54028_2.phpt24 foreach ($dirs as $d) {
29 foreach ($dirs as $d) {
37 foreach ($dirs as $d) {
/PHP-7.2/ext/ctype/tests/
H A Dctype_digit_variation4.phpt13 * Pass octal and hexadecimal values as $c argument to ctype_digit() to test behaviour
25 foreach($octal_values as $c) {
33 foreach($hex_values as $c) {
/PHP-7.2/ext/pdo/tests/
H A Dpdo_test.inc7 foreach(file(dirname($_SERVER['PHP_SELF']).'/common.phpt') as $line) {
15 foreach($conf['ENV'] as $n=>$v) putenv("$n=$v");
49 foreach ($test_tables as $table) {
70 foreach ($config['ENV'] as $k => $v) {
/PHP-7.2/ext/standard/tests/array/
H A Darray_chunk_basic2.phpt2 Test array_chunk() function : basic functionality - 'preserve_keys' as true/false
21 // associative arrays - key as string
24 // associative arrays - key as numeric
33 foreach ($input_arrays as $input_array){
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt22 $stmt = $db2->query('SELECT @pdo_persistent_connection as _pers');
27 $stmt = $db1->query('SELECT CONNECTION_ID() as _con1');
31 $stmt = $db2->query('SELECT CONNECTION_ID() as _con2');
40 $stmt = $db1->query('SELECT CONNECTION_ID() as _con1');
63 $stmt = $db1->query('SELECT CONNECTION_ID() as _con1');
68 $stmt = $db2->query('SELECT CONNECTION_ID() as _con2');
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt2 … usage variations - different integer values for 'chunklen' with heredoc string as 'str'(Bug#42796)
23 //heredoc string as str
26 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
72 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
77 It has _speci@l ch@r$ 222:::2 !!!Now \k as escape char::: to test
82 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
H A Dhtmlspecialchars_decode_variation7.phpt16 foreach ($tests as $t) {
27 foreach ($tests as $t) {
38 foreach ($tests as $t) {
49 foreach ($tests as $t) {
60 foreach ($tests as $t) {
71 foreach ($tests as $t) {
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt17 die("skip Test needs SQL function SLEEP() available as of MySQL 5.0.12");
53 foreach ($links as $link) {
83 foreach ($links as $link) {
113 foreach ($links as $link) {
144 foreach ($reject as $link) {
152 foreach ($errors as $link) {
156 foreach ($links as $link) {
192 foreach ($links as $link) {
/PHP-7.2/ext/spl/tests/
H A Dbug54281.phpt11 foreach($it as $k=>$v) { }
15 Fatal error: Uncaught LogicException: The object is in an invalid state as the parent constructor w…
H A Dbug67582.phpt16 foreach($list as $x) var_dump($list->offsetExists($x));
19 foreach($list2 as $x) var_dump($list2->offsetExists($x));
H A Dbug73686.phpt8 foreach ([1, 2, 3] as $i => $var)
17 foreach ([1, 2, 3] as $i => $var)
H A Dobserver_004.phpt28 foreach(array(1,2) as $value)
35 foreach($storage as $object)
49 foreach($storage2 as $object)
/PHP-7.2/Zend/tests/try/
H A Dtry_finally_017.phpt16 foreach ([0] as $_) {
18 foreach (new A as $value) {
/PHP-7.2/ext/filter/tests/
H A Dbug42718.phpt2 Bug #42718 (unsafe_raw filter not applied when configured as default filter)
4 FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
/PHP-7.2/tests/lang/string/
H A Dunicode_escape.phpt6 var_dump("\u{61}"); // ASCII "a" - characters below U+007F just encode as ASCII, as it's UTF-8
/PHP-7.2/ext/phar/tests/
H A Dmetadata_read.phpt22 foreach($files as $name => $cont) {
27 foreach($files as $name => $cont) {
33 foreach($files as $name => $cont) {

Completed in 28 milliseconds

1...<<11121314151617181920>>...172