/PHP-5.4/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtVariationContainerFunction.php | 8 protected $function; variable in gtVariationContainerFunction 20 public function setFunction(gtFunction $function) {
|
H A D | gtBasicTestCaseFunction.php | 19 public function setFunction($function) {
|
H A D | gtErrorTestCaseFunction.php | 18 public function setFunction($function) {
|
H A D | gtVariationTestCaseFunction.php | 22 public function setUp(gtfunction $function, $argumentNumber, $variationData) {
|
/PHP-5.4/ext/skeleton/ |
H A D | skeleton.php | 14 $function = 'confirm_' . $module . '_compiled'; variable
|
/PHP-5.4/scripts/dev/generate-phpt/src/ |
H A D | generate-phpt.php | 60 $function = new gtFunction($name); variable
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_php_trace.c | 72 long function; in fpm_php_trace_dump() local
|
H A D | zlog.c | 101 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ in zlog_ex()
|
/PHP-5.4/ext/soap/ |
H A D | soap.c | 38 sdlFunctionPtr function; member 1497 sdlFunctionPtr function; local 2058 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr TSRMLS_DC) 2614 char* function, 2837 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local 2960 sdlFunctionPtr *function; local 3314 static void deserialize_parameters(xmlNodePtr params, sdlFunctionPtr function, int *num_params, zva… 3411 sdlFunctionPtr function; local 3443 sdlFunctionPtr function; local 4469 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int response) [all …]
|
H A D | php_sdl.c | 905 sdlFunctionPtr function; in load_wsdl() local 3533 sdlFunctionPtr function = *((sdlFunctionPtr*)data); in delete_function() local 3572 sdlFunctionPtr function = *((sdlFunctionPtr*)data); in delete_function_persistent() local
|
/PHP-5.4/ext/dba/ |
H A D | dba_db4.c | 51 const char *function = get_active_function_name(TSRMLS_C); in php_dba_db4_errcall_fcn() local
|
/PHP-5.4/Zend/ |
H A D | zend_opcode.c | 120 ZEND_API void zend_function_dtor(zend_function *function) in zend_function_dtor()
|
H A D | zend_compile.c | 1926 zend_function *function; in zend_do_begin_function_call() local 2787 ZEND_API void function_add_ref(zend_function *function) /* {{{ */ in function_add_ref() 2808 zend_function *function, *new_function; in do_inherit_parent_constructor() local 2910 static void do_inherit_method(zend_function *function) /* {{{ */ in do_inherit_method() 4238 zend_function *function; in do_bind_function() local
|
H A D | zend_compile.h | 324 #define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.… argument 346 zend_function *function; member
|
H A D | zend.h | 444 union _zend_function* function; /* FIXME: kept in 5.4 for BC, not used */ member 462 union _zend_function* function; /* FIXME: kept in 5.4 for BC, not used */ member
|
H A D | zend_API.c | 1967 zend_function function, *reg_function; in zend_register_functions() local
|
/PHP-5.4/main/ |
H A D | main.c | 709 const char *function; in php_verror() local 1939 const wchar_t *function, in dummy_invalid_parameter_handler()
|
/PHP-5.4/ext/filter/ |
H A D | filter.c | 37 void (*function)(PHP_INPUT_FILTER_PARAM_DECL); member
|
/PHP-5.4/ext/standard/ |
H A D | basic_functions.c | 4960 zval *function = tick_fe->arguments[0]; local 5716 zval *function; local
|
/PHP-5.4/ext/pcre/ |
H A D | php_pcre.c | 858 static int preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_names, int … in preg_do_repl_func()
|
/PHP-5.4/ext/pdo/ |
H A D | php_pdo_driver.h | 616 zval *function; member
|
/PHP-5.4/ext/reflection/ |
H A D | php_reflection.c | 1265 static void reflection_function_factory(zend_function *function, zval *closure_object, zval *object… in reflection_function_factory() 5243 zval *function; in ZEND_METHOD() local
|