Home
last modified time | relevance | path

Searched refs:constructor (Results 151 – 175 of 195) sorted by relevance

12345678

/PHP-7.1/ext/date/tests/
H A Dbug54851.phpt20 // Verify that our implementation is the same as for the constructor and
/PHP-7.1/ext/spl/internal/
H A Dfilteriterator.inc19 * you can put an iterator into the constructor and the instance will only
H A Diteratoriterator.inc63 /** \return the inner iterator as passed to the constructor
H A Dsplobjectstorage.inc28 /** Rewind to top iterator as set in constructor
H A Dcachingiterator.inc129 * @throw exception when CALL_TOSTRING was not specified in constructor
H A Drecursiveiteratoriterator.inc60 /** Rewind to top iterator as set in constructor
H A Dspldoublylinkedlist.inc143 /** Rewind to top iterator as set in constructor
/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt2 ReflectionMethod constructor errors
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_close.phpt27 // Yes, amazing, eh? AFAIK a work around of a constructor bug...
H A Dmysqli_class_mysqli_result_interface.phpt51 // get_class_method reports different constructor names
/PHP-7.1/ext/pdo/
H A DTODO17 for each driver option specified in the constructor.
/PHP-7.1/ext/spl/tests/
H A Dbug54384.phpt2 Bug #54384: Several SPL classes crash when the parent constructor is not called
H A Dbug55701.phpt2 Bug #55701 (GlobIterator throws LogicException with message 'The parent constructor was not called')
25 // The derived classes must throw LogicException if the parent class constructor was not called
/PHP-7.1/ext/standard/tests/array/
H A Darray_fill_object.phpt55 //class with private member, static member, constant and constructor to initialize the private memb…
111 // class with public, private, protected members, static, constant members and constructor to initi…
H A Darray_fill_object_2_4.phpt55 //class with private member, static member, constant and constructor to initialize the private memb…
111 // class with public, private, protected members, static, constant members and constructor to initi…
/PHP-7.1/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt46 …stamp(): The DateTime object has not been correctly initialized by its constructor in %s on line %d
/PHP-7.1/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.1/tests/lang/
H A Dbug20175.phpt87 * counts the calls to the constructor of oop_class and hence counts the
/PHP-7.1/ext/opcache/
H A Dzend_persist.c803 if (ce->constructor) { in zend_update_parent_ce()
804 ce->constructor = zend_shared_alloc_get_xlat_entry(ce->constructor); in zend_update_parent_ce()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1473 fcc.function_handler = ce_ptr->constructor; in _reflection_export()
3576 …OOL(mptr->common.fn_flags & ZEND_ACC_CTOR && intern->ce->constructor && intern->ce->constructor->c… in ZEND_METHOD()
4232 if (ce->constructor) { in ZEND_METHOD()
4729 if (!ce->constructor) { in ZEND_METHOD()
4844 zend_function *constructor; in ZEND_METHOD() local
4859 if (constructor) { in ZEND_METHOD()
4865 if (!(constructor->common.fn_flags & ZEND_ACC_PUBLIC)) { in ZEND_METHOD()
4889 fcc.function_handler = constructor; in ZEND_METHOD()
4938 zend_function *constructor; in ZEND_METHOD() local
4962 if (constructor) { in ZEND_METHOD()
[all …]
/PHP-7.1/ext/interbase/
H A Dphp_ibase_udf.c128 static void __attribute__((constructor)) init() in init()
/PHP-7.1/Zend/
H A Dzend.h132 union _zend_function *constructor; member
/PHP-7.1/Zend/RFCs/
H A D002.txt93 5 // constructor
/PHP-7.1/main/streams/
H A Duserspace.c301 if (uwrap->ce->constructor) { in user_stream_create_object()
315 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
321 … not execute %s::%s()", ZSTR_VAL(uwrap->ce->name), ZSTR_VAL(uwrap->ce->constructor->common.functio… in user_stream_create_object()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c1290 if (ce->constructor) { in php_mysqli_fetch_into_hash()
1313 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
1319 …ion, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.functio… in php_mysqli_fetch_into_hash()

Completed in 68 milliseconds

12345678