Home
last modified time | relevance | path

Searched refs:_function_string (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/reflection/tests/
H A Dbug74949.phpt2 Bug #74949 (null pointer dereference in _function_string)
/php-src/ext/reflection/
H A Dphp_reflection.c305 static void _function_string(smart_str *str, zend_function *fptr, zend_class_entry *scope, const ch…
456 _function_string(str, mptr, ce, ZSTR_VAL(sub_indent)); in _class_string()
523 _function_string(&method_str, mptr, ce, ZSTR_VAL(sub_indent)); in _class_string()
802 static void _function_string(smart_str *str, zend_function *fptr, zend_class_entry *scope, const ch… in _function_string() function
1126 _function_string(str, fptr, NULL, " "); in _extension_string()
1693 _function_string(&str, fptr, intern->ce, ""); in ZEND_METHOD()
3286 _function_string(&str, mptr, intern->ce, ""); in ZEND_METHOD()

Completed in 34 milliseconds