Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c972 arg_replace_fci.param_count = 1; in _php_mb_regex_ereg_replace_exec()
/PHP-5.4/ext/libxml/
H A Dlibxml.c601 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c747 php_mysqli_stmt_copy_it(zval *** copies, zval *original, uint param_count, uint current) in php_mysqli_stmt_copy_it() argument
750 *copies = ecalloc(param_count, sizeof(zval *)); in php_mysqli_stmt_copy_it()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1960 packet->param_count = uint2korr(p); in php_mysqlnd_prepare_read()
1973 packet->stmt_id, packet->field_count, packet->param_count); in php_mysqlnd_prepare_read()
H A Dmysqlnd_structs.h994 unsigned int param_count; member
/PHP-5.4/ext/xml/
H A Dxml.c526 fci.param_count = argc; in xml_call_handler()
/PHP-5.4/main/streams/
H A Duserspace.c311 fci.param_count = 0; in user_stream_create_object()
/PHP-5.4/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.4/ext/standard/
H A Dbasic_functions.c4723 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
4853 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
/PHP-5.4/ext/phar/
H A Dutil.c1712 fci.param_count = 3;
H A Dphar_object.c703 fci.param_count = 1;
/PHP-5.4/ext/spl/
H A Dspl_directory.c2126 fci.param_count = num_args; in spl_filesystem_file_call()
H A Dspl_iterators.c1963 fci->param_count = 3; in SPL_METHOD()

Completed in 126 milliseconds

12