Home
last modified time | relevance | path

Searched refs:as (Results 276 – 300 of 4292) sorted by relevance

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

/PHP-7.2/ext/spl/tests/
H A DarrayObject_setIteratorClass_error1.phpt8 foreach($ao as $key=>$value) {
18 foreach($ao as $key=>$value) {
28 foreach($ao as $key=>$value) {
37 foreach($ao as $key=>$value) {
H A Darray_006.phpt13 foreach($obj as $ak=>$av) {
14 foreach($obj as $bk=>$bv) {
H A Darray_016.phpt8 foreach(new IteratorIterator($it) as $v)
15 foreach(new IteratorIterator($it) as $v)
H A Darray_008.phpt9 foreach($obj as $ak=>&$av) {
10 foreach($obj as $bk=>&$bv) {
H A Dbug61418.phpt7 foreach ($fileIterator as $key => $file)
15 foreach ($dirIterator as $key => $file)
/PHP-7.2/tests/lang/
H A DforeachLoopObjects.001.phpt17 foreach ($obj as $v) {
20 foreach ($obj as $k => $v) {
28 foreach (new C as $v) {
31 foreach (new C as $k => $v) {
/PHP-7.2/Zend/tests/use_const/
H A Ddefine_imported_before.phpt2 using const with same name as defined should fail
18 Fatal error: Cannot use const foo\bar as bar because the name is already in use in %s on line %d
/PHP-7.2/Zend/tests/use_function/
H A Dconflicting_use_const_alias.phpt14 use const foo as bar;
15 use function foo as bar;
H A Ddefine_imported_before.phpt2 using function with same name as defined should fail
18 Fatal error: Cannot use function foo\bar as bar because the name is already in use in %s on line %d
H A Dalias.phpt19 use function foo\baz as foo_baz,
20 bar\baz as bar_baz;
/PHP-7.2/ext/reflection/tests/
H A Dbug77772.phpt12 foreach ($rc->getMethods(null) as $method) {
15 foreach ($rc->getProperties(null) as $prop) {
H A Dbug62715.phpt9 foreach ($r->getParameters() as $p) {
13 foreach ($r->getParameters() as $p) {
/PHP-7.2/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt2 xmlwriter_open_uri with empty string as parameter
14 Warning: xmlwriter_open_uri(): Empty string as source in %s on line %d
/PHP-7.2/Zend/tests/
H A Dbug24773.phpt2 Bug #24773 (unset() of integers treated as arrays causes a crash)
9 Fatal error: Uncaught Error: Cannot use string offset as an array in %s:%d
H A Dbug41813.phpt2 Bug #41813 (segmentation fault when using string offset as an object)
12 Fatal error: Uncaught Error: Cannot use string offset as an object in %s:%d
H A Dbug55137.phpt14 A::foo as public;
15 A::bar as public baz;
H A Dbug64979.phpt20 foreach (array($gen1, $gen2, $gen3) as $gen) {
21 foreach ($gen as $val) {
H A Dforeach_list_keyed.phpt11 foreach ($points as list("x" => $x, "y" => $y)) {
22 foreach ($invertedPoints as list(0 => $row1, 1 => $row2)) {
H A Dns_042.phpt9 use test\ns1 as ns2;
10 use test as ns3;
H A Dbug40705.phpt7 foreach ($array as $k => $v) {
16 foreach ($foo as $k => $v) {
H A Dforeach_010.phpt7 foreach ($o as $v1) {
8 foreach ($o as $v2) {
/PHP-7.2/Zend/tests/traits/
H A Dbug55137.phpt14 A::foo as public;
15 A::bar as public baz;
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt26 echo "Version OK, so far as can be portably checked\n";
33 echo "Version OK, so far as can be portably checked\n";
42 Version OK, so far as can be portably checked
/PHP-7.2/sapi/fpm/tests/
H A Dskipif.inc6 // Running as root is not allowed without TEST_FPM_RUN_AS_ROOT env
8 die('skip Refusing to run as root');
/PHP-7.2/ext/standard/tests/file/
H A Duserstreams_002.phpt53 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
60 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
71 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
80 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
89 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
91 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…

Completed in 27 milliseconds

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