Home
last modified time | relevance | path

Searched refs:as (Results 176 – 200 of 3756) sorted by path

12345678910>>...151

/PHP-7.4/Zend/tests/
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
H A Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
H A Dclosure_061.phpt6 use SplDoublyLinkedList as DLL;
82 foreach ($tests as list($fn, $bindings)) {
97 foreach ($bindings as list($obj, $scope)) {
H A Dclosure_use_auto_global.phpt16 Fatal error: Cannot use auto-global as lexical variable in %s on line %d
H A Dclosure_use_parameter_name.phpt14 Fatal error: Cannot use lexical variable $a as a parameter name in %s on line %d
H A Dcompare_001.phpt40 foreach($a as $var) {
H A Dcompare_001_64bit.phpt40 foreach($a as $var) {
H A Dcompare_002.phpt40 foreach($a as $var) {
H A Dcompare_002_64bit.phpt40 foreach($a as $var) {
H A Dcompare_003.phpt40 foreach($a as $var) {
H A Dcompare_003_64bit.phpt40 foreach($a as $var) {
H A Dcompare_004.phpt40 foreach($a as $var) {
H A Dcompare_004_64bit.phpt40 foreach($a as $var) {
H A Dcompare_005.phpt40 foreach($a as $var) {
H A Dcompare_005_64bit.phpt40 foreach($a as $var) {
H A Dcompare_006.phpt40 foreach($a as $var) {
H A Dcompare_006_64bit.phpt40 foreach($a as $var) {
H A Dconst_array_with_resource_key.phpt11 Notice: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
H A Dconst_dereference_001.phpt11 foreach (array(array(1, 2, 3))[0] as $var) {
H A Dconst_dereference_003.phpt11 foreach (array([1, 2, 3])[0] as $var) {
H A Dconstant_expressions_invalid_offset_type_error.phpt2 Can't use arrays as key for constant array
H A Dcustom_assert_deprecation.phpt12 Deprecated: Defining a custom assert() function is deprecated, as the function has special semantic…
/PHP-7.4/Zend/tests/closures/
H A Dbug80929.phpt20 foreach ($this->subscribedEvents as $eventName => $params) {
H A Dclosure_from_callable_basic.phpt44 echo "Instance return private method as callable";
49 echo "Instance return private static method as callable";
54 echo 'Instance return protected static method as callable';
110 Instance return private method as callable OK
111 Instance return private static method as callable OK
112 Instance return protected static method as callable OK
H A Dclosure_from_callable_reflection.phpt26 foreach ($callables as $callable) {
29 foreach ($refl->getParameters() as $param) {

Completed in 49 milliseconds

12345678910>>...151