Home
last modified time | relevance | path

Searched refs:from (Results 26 – 50 of 1543) sorted by path

12345678910>>...62

/PHP-7.0/Zend/
H A DREADME.ZEND_MM30 Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so
H A DREADME.ZEND_VM91 included from zend_compile.h. The second one is an executor code itself. It is
92 included from zend_execute.c.
H A DZEND_CHANGES161 to prevent them from being instantiated.
190 methods of the same name from different root interfaces.
291 prevents a class from being specialized (it cannot be inherited
343 properties from the source object, so that developers can start
439 from memory.
626 * Dereferencing objects returned from functions.
1047 That means they return a value. The default return value from
1060 resources. As soon as a resource is no longer referenced from
1099 in its entirely, no trace remains from it.
1124 member functions or from the global scope.
[all …]
/PHP-7.0/Zend/RFCs/
H A D002.txt13 being written; from simple functions and classes to entire application
34 operator. It will be possible to "import" symbols from one namespace
111 as just "Form". Code executed from within other namespaces has to
123 It is possible to import symbols from another namespace into the
126 import * from HTML; // all symbols
128 import Form from HTML; // single symbols
130 import Form,Table from HTML; // multiple symbols
139 import class Form from HTML;
143 import constant * from HTML:Table;
/PHP-7.0/Zend/tests/
H A D001.phpt52 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A D002.phpt106 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
H A D003.phpt79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A D009.phpt41 Warning: get_class() called without object from outside a class in %s on line %d
H A D020.phpt26 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
H A D026.phpt24 Warning: Creating default object from empty value in %s on line %d
H A D033.phpt29 Warning: Creating default object from empty value in %s on line %d
31 Warning: Creating default object from empty value in %s on line %d
H A Daccess_modifiers_008.phpt21 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_009.phpt26 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_010.phpt31 Fatal error: Uncaught Error: Call to private method d::test2() from context 'a' in %s:%d
H A Dbug29210.phpt22 echo "test_func1 isn't callable from inside\n";
72 echo "test_func1 isn't callable from outside\n";
77 echo "test_func2 isn't callable from outside\n";
82 echo "test_func3 isn't callable from outside\n";
87 echo "test_func4 isn't callable from outside\n";
97 test_func1 isn't callable from outside
98 test_func2 isn't callable from outside
99 test_func3 isn't callable from outside
100 test_func4 isn't callable from outside
101 test_func1 isn't callable from child
[all …]
H A Dbug29368.phpt2 Bug #29368 (The destructor is called when an exception is thrown from the constructor)
H A Dbug30702.phpt2 Bug #30702 (cannot initialize class variable from class constant)
H A Dbug35393.phpt2 Bug #35393 (changing static protected members from outside the class)
H A Dbug35470.phpt2 Bug #35470 (Assigning global using variable name from array doesn't function)
H A Dbug37632.phpt135 Fatal error: Uncaught Error: Call to protected C4::__construct() from context 'B4' in %sbug37632.ph…
H A Dbug38047.phpt2 Bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)
H A Dbug38146.phpt2 Bug #38146 (Cannot use array returned from foo::__get('bar') in write context)
/PHP-7.0/Zend/tests/assert/
H A Dexpect_009.phpt2 test stack trace is correct from failed exception in extended class
H A Dexpect_010.phpt2 test stack trace is correct from failed exception in extended class (parent implementing constructo…
H A Dexpect_015.phpt20 yield from $x;
161 yield from $x;

Completed in 38 milliseconds

12345678910>>...62