Home
last modified time | relevance | path

Searched defs:class (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_dns.h25 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
32 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
46 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
H A Ddns.c446 u_short type, class, dlen; in php_parserr() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.c149 PHPDBG_PRINT(class) /* {{{ */ in PHPDBG_PRINT() argument
303 void phpdbg_print_opcodes_method(const char *class, const char *function) { in phpdbg_print_opcodes_method()
361 void phpdbg_print_opcodes_class(const char *class) { in phpdbg_print_opcodes_class()
H A Dphpdbg_frame.c174 zval *funcname, *class, class_zv, *args, *argstmp; in phpdbg_dump_prototype() local
H A Dphpdbg_list.c111 PHPDBG_LIST(class) /* {{{ */ in PHPDBG_LIST() argument
H A Dphpdbg_cmd.h63 char *class; member
H A Dphpdbg_utils.c115 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
H A Dphpdbg_bp.c642 PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulo… in phpdbg_set_breakpoint_method_opline()
H A Dphpdbg.c367 char *class = NULL, *method = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h27 #define MYSQLND_CLASS_METHOD_TABLE_NAME(class) mysqlnd_##class##_methods argument
28 #define MYSQLND_CLASS_METHODS_TYPE(class) struct st_##class##_methods argument
29 #define MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(class) MYSQLND_CLASS_METHODS_TYPE(class) MYSQLND_CL… argument
31 #define MYSQLND_CLASS_METHODS_START(class) MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(class) = { argument
34 #define MYSQLND_CLASS_METHODS_INSTANCE_NAME(class) mysqlnd_##class##_methods_ptr argument
35 #define MYSQLND_CLASS_METHODS_INSTANCE_DECLARE(class) extern const MYSQLND_CLASS_METHODS_TYPE(class… argument
36 #define MYSQLND_CLASS_METHODS_INSTANCE_DEFINE(class) const MYSQLND_CLASS_METHODS_TYPE(class) * MYSQ… argument
H A Dmysqlnd.h305 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument
306 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5365 BOOL last, any, class, caseless; in scan_prefix() local
/PHP-7.4/Zend/
H A Dzend_compile.c3187 zend_string *class = zend_string_init(ZSTR_VAL(str), colon - ZSTR_VAL(str) - 1, 0); in zend_compile_dynamic_call() local

Completed in 94 milliseconds