Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/spl/
H A Dspl_directory.c454 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_info()
457 zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); in spl_filesystem_object_create_info()
498 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_type()
501 zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); in spl_filesystem_object_create_type()
520 if (ce->constructor->common.scope != spl_ce_SplFileObject) { in spl_filesystem_object_create_type()
525 …zend_call_method_with_2_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1, arg… in spl_filesystem_object_create_type()
H A Dspl_iterators.c1471 …ntern->u.append.zarrayit, spl_ce_ArrayIterator, &spl_ce_ArrayIterator->constructor, "__construct",… in spl_dual_it_construct()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c755 if (ce->constructor) { in do_fetch_class_prepare()
778 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
977 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1175 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2169 if (ce->constructor) {
2205 fcc.function_handler = ce->constructor;
2211 …lt(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->common.functio…
/PHP-5.5/ext/phar/
H A Dphar_object.c1256 &spl_ce_RecursiveDirectoryIterator->constructor, "__construct", NULL, &arg1, &arg2); in PHP_METHOD()
1777 &spl_ce_RecursiveDirectoryIterator->constructor, "__construct", NULL, &arg, &arg2); in PHP_METHOD()
1794 &spl_ce_RecursiveIteratorIterator->constructor, "__construct", NULL, iter); in PHP_METHOD()
1819 &spl_ce_RegexIterator->constructor, "__construct", NULL, iteriter, &arg2); in PHP_METHOD()
2214 zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1); in phar_rename_archive()
4503 &spl_ce_SplFileInfo->constructor, "__construct", NULL, &arg1); in PHP_METHOD()
/PHP-5.5/Zend/
H A Dzend.h493 union _zend_function *constructor; member
H A Dzend_vm_def.h2590 if (UNEXPECTED(ce->constructor == NULL)) {
2593 …if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.f…
2596 call->fbc = ce->constructor;
3375 zend_function *constructor; variable
3391 constructor = Z_OBJ_HT_P(object_zval)->get_constructor(object_zval TSRMLS_CC);
3393 if (constructor == NULL) {
3409 call->fbc = constructor;
H A Dzend_vm_execute.h745 zend_function *constructor; in ZEND_NEW_SPEC_HANDLER() local
763 if (constructor == NULL) { in ZEND_NEW_SPEC_HANDLER()
779 call->fbc = constructor; in ZEND_NEW_SPEC_HANDLER()
3625 call->fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
4617 call->fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
5474 call->fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
6200 call->fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
7062 call->fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
15493 call->fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
17851 call->fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
[all …]
H A Dzend_API.h183 class_container.constructor = NULL; \
H A Dzend_API.c2206 scope->constructor = ctor; in zend_register_functions()
2831 fcc->function_handler = fcc->calling_scope->constructor; in zend_is_callable_check_func()
/PHP-5.5/
H A DNEWS695 constructor). (dunglas at gmail dot com)
940 . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
2689 constructor). (Stas)
3257 abstract constructor in the base class.
4302 constructor). (Gustavo)
5200 constructor). (Pierrick, Johannes)
6116 calls the constructor). (Scott)
7091 - Fixed bug #42976 (Crash when constructor for newInstance() or
8447 - Fixed bug #38064 (ignored constructor visibility). (Marcus)
9144 . added constructor for mysqli_stmt and mysqli_result classes
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c717 zend_update_inherited_handler(constructor);
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2680 if (ce->constructor) {
2716 fcc.function_handler = ce->constructor;
2722 …lt(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->common.functio…
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9914 The UTF8 flag, passed to the constructor, causes both pattern and
9986 a RE constructor. Example:
9992 RE_options has two constructors. The default constructor takes no argu-
/PHP-5.5/build/
H A Dlibtool.m45848 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor

Completed in 299 milliseconds

1234567