Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c720 fc->fci.param_count = fake_argc;
879 collation->fci.fci.param_count = 2;
/PHP-7.0/ext/mbstring/
H A Dphp_mbregex.c981 arg_replace_fci.param_count = 1; in _php_mb_regex_ereg_replace_exec()
/PHP-7.0/ext/libxml/
H A Dlibxml.c621 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
/PHP-7.0/Zend/
H A Dzend_exceptions.c742 fci.param_count = 0; in ZEND_METHOD()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2032 packet->param_count = uint2korr(p); in php_mysqlnd_prepare_read()
2045 packet->stmt_id, packet->field_count, packet->param_count); in php_mysqlnd_prepare_read()
H A Dmysqlnd_structs.h1142 unsigned int param_count; member
/PHP-7.0/main/streams/
H A Duserspace.c312 fci.param_count = 0; in user_stream_create_object()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c446 fci.param_count = 0; in pdo_stmt_construct()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c1305 fci.param_count = 0; in php_mysqli_fetch_into_hash()
/PHP-7.0/ext/xml/
H A Dxml.c495 fci.param_count = argc; in xml_call_handler()
/PHP-7.0/ext/phar/
H A Dutil.c1429 fci.param_count = 3; in phar_call_openssl_signverify()
H A Dphar_object.c699 fci.param_count = 1; in PHP_METHOD()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c4781 Z_PARAM_VARIADIC('*', fci.params, fci.param_count)
4826 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "f*", &fci, &fci_cache, &fci.params, &fci.param_count) …
/PHP-7.0/ext/spl/
H A Dspl_directory.c2081 fci.param_count = num_args; in spl_filesystem_file_call()
H A Dspl_iterators.c2022 fci->param_count = 3; in SPL_METHOD()
/PHP-7.0/ext/pgsql/
H A Dpgsql.c2800 fci.param_count = 0;

Completed in 122 milliseconds

12