Home
last modified time | relevance | path

Searched refs:funcs (Results 51 – 55 of 55) sorted by relevance

123

/PHP-5.5/ext/date/
H A Dphp_date.c1994 iterator->intern.funcs = &date_period_it_funcs; in date_object_period_get_iterator()
2097 date_ce_period->iterator_funcs.funcs = &date_period_it_funcs; in date_register_classes()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2549 I->iter.funcs = &pdo_stmt_iter_funcs; in pdo_stmt_iter_get()
/PHP-5.5/Zend/
H A Dzend_vm_execute.h2874 if (iter->funcs->rewind) { in ZEND_FE_RESET_SPEC_CONST_HANDLER()
2875 iter->funcs->rewind(iter TSRMLS_CC); in ZEND_FE_RESET_SPEC_CONST_HANDLER()
8185 if (iter->funcs->rewind) { in ZEND_FE_RESET_SPEC_TMP_HANDLER()
8186 iter->funcs->rewind(iter TSRMLS_CC); in ZEND_FE_RESET_SPEC_TMP_HANDLER()
13502 if (iter->funcs->rewind) { in ZEND_FE_RESET_SPEC_VAR_HANDLER()
13503 iter->funcs->rewind(iter TSRMLS_CC); in ZEND_FE_RESET_SPEC_VAR_HANDLER()
13630 iter->funcs->move_forward(iter TSRMLS_CC); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
13655 if (iter->funcs->get_current_key) { in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
13656 iter->funcs->get_current_key(iter, key TSRMLS_CC); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
31172 if (iter->funcs->rewind) { in ZEND_FE_RESET_SPEC_CV_HANDLER()
[all …]
/PHP-5.5/win32/
H A Dinstall.txt751 Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="c:/
/PHP-5.5/
H A DINSTALL686 Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth_trans" shlib="/op

Completed in 121 milliseconds

123