Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 189) sorted by last modified time

12345678

/PHP-7.0/tests/lang/
H A DpassByReference_006.phpt45 echo "\n\n---- Pass uninitialised arrays & objects by ref: constructor ---\n";
129 ---- Pass uninitialised arrays & objects by ref: constructor ---
H A Dbug20175.phpt87 * counts the calls to the constructor of oop_class and hence counts the
/PHP-7.0/tests/classes/
H A Dinheritance_002.phpt9 var_dump('Base constructor');
15 var_dump('Child constructor');
22 var_dump('Base constructor');
66 string(17) "Child constructor"
67 string(16) "Base constructor"
69 string(17) "Child constructor"
70 string(16) "Base constructor"
72 string(17) "Child constructor"
73 string(16) "Base constructor"
75 string(17) "Child constructor"
[all …]
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
44 …ill not be constructors in a future version of PHP; A has a deprecated constructor in %s on line %d
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
21 …ill not be constructors in a future version of PHP; A has a deprecated constructor in %s on line %d
H A Dctor_dtor.phpt2 ZE2 The new constructor/destructor is called
H A Dctor_dtor_inheritance.phpt2 ZE2 A derived class can use the inherited constructor/destructor
10 // - base classes know about derived properties in constructor/destructor
H A Dctor_failure.phpt2 ZE2 Do not call destructors if constructor fails
H A Dctor_name_clash.phpt21 … not be constructors in a future version of PHP; base has a deprecated constructor in %s on line %d
H A Dctor_visibility.phpt2 ZE2 A private constructor cannot be called
H A Dfinal_ctor1.phpt28 … be constructors in a future version of PHP; Extended has a deprecated constructor in %s on line %d
H A Dfinal_ctor2.phpt28 … not be constructors in a future version of PHP; Base has a deprecated constructor in %s on line %d
H A Dfinal_ctor3.phpt2 Ensure implicit final inherited old-style constructor cannot be overridden.
13 …ill not be constructors in a future version of PHP; A has a deprecated constructor in %s on line %d
H A Dautoload_013.phpt2 Ensure the ReflectionClass constructor triggers autoload.
H A Dautoload_014.phpt2 Ensure the ReflectionMethod constructor triggers autoload.
H A Dautoload_015.phpt2 Ensure the ReflectionProperty constructor triggers autoload.
/PHP-7.0/scripts/dev/generate-phpt/src/
H A DgtMethod.php34 $constructor = $reflectionClass->getConstructor();
35 foreach($constructor->getParameters() as $i => $param) {
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar856 * Set the names of the class constructor arguments. Take only mandatory argument names.
861 $constructor = $reflectionClass->getConstructor();
862 foreach($constructor->getParameters() as $i => $param) {
891 * Return the list of constructor argument names
919 * Set the list of arguments to be passed to the constructor
934 * Return the list of the arguments to be passed to the constructor
944 * Set up the source statements that initialise constructor arguments;
958 * Return the constructor initialisation statements
1458 * Add constructor argument initialisation to test case
/PHP-7.0/sapi/cli/
H A Dphp_cli.c1092 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, &arg); in do_cli()
/PHP-7.0/main/streams/
H A Duserspace.c301 if (uwrap->ce->constructor) { in user_stream_create_object()
317 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
323 … not execute %s::%s()", ZSTR_VAL(uwrap->ce->name), ZSTR_VAL(uwrap->ce->constructor->common.functio… in user_stream_create_object()
/PHP-7.0/ext/tidy/tests/
H A D013.phpt2 Parsing a file using constructor
/PHP-7.0/ext/standard/tests/streams/
H A Dbug40459.phpt2 bug 40459 - Test whether the constructor of the user-space stream wrapper is called when stream fun…
7 // Test whether the constructor of the user-space stream wrapper is called when stream functions ar…
/PHP-7.0/ext/standard/tests/file/
H A Dbug38450.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
11 var_dump("constructor!");
106 string(12) "constructor!"
H A Dbug38450_1.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
11 var_dump("constructor!");
106 string(12) "constructor!"
H A Dbug38450_2.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
11 throw new Exception("constructor");
109 Fatal error: Uncaught Exception: constructor in %s:%d

Completed in 47 milliseconds

12345678