Home
last modified time | relevance | path

Searched refs:param_count (Results 26 – 41 of 41) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend_exceptions.c695 fci.param_count = 0; in ZEND_METHOD()
H A Dzend_execute.c1479 ((zend_internal_function *) execute_data_ptr->function_state.function)->handler(fci->param_count, in execute_internal()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c704 fc->fci.param_count = fake_argc;
877 collation->fci.fci.param_count = 2;
/PHP-5.5/ext/libxml/
H A Dlibxml.c617 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c972 arg_replace_fci.param_count = 1; in _php_mb_regex_ereg_replace_exec()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c882 php_mysqli_stmt_copy_it(zval *** copies, zval *original, uint param_count, uint current) argument
885 *copies = ecalloc(param_count, sizeof(zval *));
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1976 packet->param_count = uint2korr(p); in php_mysqlnd_prepare_read()
1989 packet->stmt_id, packet->field_count, packet->param_count); in php_mysqlnd_prepare_read()
H A Dmysqlnd_structs.h1045 unsigned int param_count; member
/PHP-5.5/ext/xml/
H A Dxml.c526 fci.param_count = argc; in xml_call_handler()
/PHP-5.5/main/streams/
H A Duserspace.c311 fci.param_count = 0; in user_stream_create_object()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2692 fci.param_count = 0;
2696 fci.params[fci.param_count++] = (zval**)p->pData;
2710 fci.param_count = 0;
/PHP-5.5/ext/phar/
H A Dutil.c1459 fci.param_count = 3; in phar_call_openssl_signverify()
H A Dphar_object.c699 fci.param_count = 1; in PHP_METHOD()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4785 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
4915 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
/PHP-5.5/ext/spl/
H A Dspl_directory.c2124 fci.param_count = num_args; in spl_filesystem_file_call()
H A Dspl_iterators.c1950 fci->param_count = 3; in SPL_METHOD()

Completed in 129 milliseconds

12