Home
last modified time | relevance | path

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

1234567

/PHP-5.5/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.phpt89 * counts the calls to the constructor of oop_class and hence counts the
H A D030.phpt2 $this in constructor test
22 $bar1 =new foo('constructor');
27 $bar1 =& foo2(new foo('constructor'));
33 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
/PHP-5.5/tests/classes/
H A Dfinal_ctor3.phpt2 Ensure implicit final inherited old-style constructor cannot be overridden.
H A Dinheritance_002.phpt9 var_dump('Base constructor');
15 var_dump('Child constructor');
22 var_dump('Base constructor');
61 string(17) "Child constructor"
62 string(16) "Base constructor"
64 string(17) "Child constructor"
65 string(16) "Base constructor"
67 string(17) "Child constructor"
68 string(16) "Base constructor"
70 string(17) "Child constructor"
[all …]
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
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.
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_in_interface_01.phpt2 ZE2 A class constructor must keep the signature of an interface
H A Dctor_in_interface_03.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_04.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_visibility.phpt2 ZE2 A private constructor cannot be called
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtMethod.php34 $constructor = $reflectionClass->getConstructor();
35 foreach($constructor->getParameters() as $i => $param) {
/PHP-5.5/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-5.5/sapi/cli/
H A Dphp_cli.c1128 EX(function_state).function = pce->constructor; in do_cli()
1129 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); in do_cli()
/PHP-5.5/main/streams/
H A Duserspace.c300 if (uwrap->ce->constructor) { in user_stream_create_object()
316 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
322 …, E_WARNING, "Could not execute %s::%s()", uwrap->ce->name, uwrap->ce->constructor->common.functio… in user_stream_create_object()
/PHP-5.5/ext/tidy/tests/
H A D013.phpt2 Parsing a file using constructor
/PHP-5.5/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…
5 // Test whether the constructor of the user-space stream wrapper is called when stream functions ar…
/PHP-5.5/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!"

Completed in 38 milliseconds

1234567