Home
last modified time | relevance | path

Searched refs:zend_function_entry (Results 101 – 125 of 165) sorted by relevance

1234567

/PHP-5.4/ext/ereg/
H A Dereg.c54 const zend_function_entry ereg_functions[] = {
/PHP-5.4/ext/com_dotnet/
H A Dcom_persist.c679 static const zend_function_entry com_persist_helper_methods[] = {
/PHP-5.4/Zend/
H A Dzend_API.c1964 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,… in zend_register_functions()
1966 const zend_function_entry *ptr = functions; in zend_register_functions()
2225 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
2227 const zend_function_entry *ptr = functions; in zend_unregister_functions()
2561 static zend_function_entry disabled_function[] = {
2592 static const zend_function_entry disabled_class_new[] = {
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c903 static const zend_function_entry additional_functions[] = {
1532 static const zend_function_entry cgi_fcgi_sapi_functions[] = {
/PHP-5.4/ext/spl/
H A Dspl_array.c1894 static const zend_function_entry spl_funcs_ArrayObject[] = {
1921 static const zend_function_entry spl_funcs_ArrayIterator[] = {
1950 static const zend_function_entry spl_funcs_RecursiveArrayIterator[] = {
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c1930 static zend_function_entry php_sqlite3_class_methods[] = {
1959 static zend_function_entry php_sqlite3_stmt_class_methods[] = {
1974 static zend_function_entry php_sqlite3_result_class_methods[] = {
/PHP-5.4/ext/pspell/
H A Dpspell.c181 static const zend_function_entry pspell_functions[] = {
/PHP-5.4/ext/enchant/
H A Denchant.c127 zend_function_entry enchant_functions[] = {
/PHP-5.4/ext/session/
H A Dsession.c2123 static const zend_function_entry session_functions[] = {
2149 static const zend_function_entry php_session_iface_functions[] = {
2162 static const zend_function_entry php_session_class_functions[] = {
/PHP-5.4/sapi/apache_hooks/
H A Dphp_apache.c84 const zend_function_entry apache_functions[] = {
1293 const static zend_function_entry php_apache_request_class_functions[] = {
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c1267 const zend_function_entry pdo_dbh_functions[] = {
1291 const zend_function_entry *funcs; in pdo_hash_methods()
/PHP-5.4/ext/xmlwriter/
H A Dphp_xmlwriter.c478 static const zend_function_entry xmlwriter_functions[] = {
535 static const zend_function_entry xmlwriter_class_functions[] = {
/PHP-5.4/sapi/milter/
H A Dphp_milter.c830 const static zend_function_entry milter_functions[] = {
/PHP-5.4/ext/soap/
H A Dsoap.c392 static const zend_function_entry soap_functions[] = {
398 static const zend_function_entry soap_fault_functions[] = {
404 static const zend_function_entry soap_server_functions[] = {
417 static const zend_function_entry soap_client_functions[] = {
435 static const zend_function_entry soap_var_functions[] = {
440 static const zend_function_entry soap_param_functions[] = {
445 static const zend_function_entry soap_header_functions[] = {
/PHP-5.4/ext/filter/
H A Dfilter.c123 static const zend_function_entry filter_functions[] = {
/PHP-5.4/sapi/litespeed/
H A Dlsapi_main.c1112 zend_function_entry litespeed_functions[] = {
/PHP-5.4/ext/posix/
H A Dposix.c219 const zend_function_entry posix_functions[] = {
/PHP-5.4/sapi/nsapi/
H A Dnsapi.c187 const zend_function_entry nsapi_functions[] = {
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c984 static const zend_function_entry additional_functions[] = {
1707 const zend_function_entry cgi_functions[] = {
/PHP-5.4/ext/date/
H A Dphp_date.c386 const zend_function_entry date_functions[] = {
449 const zend_function_entry date_funcs_date[] = {
471 const zend_function_entry date_funcs_timezone[] = {
482 const zend_function_entry date_funcs_interval[] = {
491 const zend_function_entry date_funcs_period[] = {
/PHP-5.4/ext/zlib/
H A Dzlib.c835 static const zend_function_entry php_zlib_functions[] = {
/PHP-5.4/ext/hash/
H A Dhash.c1042 const zend_function_entry hash_functions[] = {
/PHP-5.4/ext/xsl/
H A Dxsltprocessor.c90 const zend_function_entry php_xsl_xsltprocessor_class_functions[] = {
/PHP-5.4/sapi/cli/
H A Dphp_cli.c479 static const zend_function_entry additional_functions[] = {
/PHP-5.4/ext/oci8/
H A Doci8.c841 zend_function_entry php_oci_functions[] = {
975 zend_function_entry php_oci_lob_class_functions[] = {
1010 zend_function_entry php_oci_coll_class_functions[] = {

Completed in 155 milliseconds

1234567