Searched defs:class (Results 1 – 14 of 14) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | php_dns.h | 27 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument 33 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument 40 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
|
H A D | dns.c | 435 u_short type, class, dlen; in php_parserr() local
|
/PHP-5.6/scripts/dev/generate-phpt/src/ |
H A D | gtAutoload.php | 55 public static function autoload($class)
|
/PHP-5.6/sapi/apache_hooks/ |
H A D | sapi_apache.c | 94 zval *class; in apache_php_module_hook() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 105 zval **funcname, **class, **type, **args, **argstmp; in phpdbg_dump_prototype() local
|
H A D | phpdbg_print.c | 153 PHPDBG_PRINT(class) /* {{{ */ in PHPDBG_PRINT() argument
|
H A D | phpdbg_list.c | 102 PHPDBG_LIST(class) /* {{{ */ in PHPDBG_LIST() argument
|
H A D | phpdbg_utils.c | 114 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
|
H A D | phpdbg_cmd.h | 62 char *class; member
|
H A D | phpdbg.c | 301 char *class = NULL, in PHP_FUNCTION() local
|
H A D | phpdbg_bp.c | 499 PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulo… in phpdbg_set_breakpoint_method_opline()
|
/PHP-5.6/ext/phar/tests/files/ |
H A D | pear2coverage.phar.php | 2 function __autoload($class) 1601 }
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd.h | 264 #define MYSQLND_METHOD(class, method) php_##class##_##method##_pub argument 265 #define MYSQLND_METHOD_PRIVATE(class, method) php_##class##_##method##_priv argument
|
H A D | mysqlnd_structs.h | 30 #define MYSQLND_CLASS_METHOD_TABLE_NAME(class) mysqlnd_##class##_methods argument 31 #define MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(class) struct st_##class##_methods MYSQLND_CLASS_ME… argument 33 #define MYSQLND_CLASS_METHODS_START(class) MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(class) = { argument
|
Completed in 38 milliseconds