Home
last modified time | relevance | path

Searched refs:func (Results 76 – 100 of 214) sorted by relevance

123456789

/PHP-5.6/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp44 BreakIterator *(*func)(const Locale&, UErrorCode&), in _breakiter_factory()
66 biter = func(Locale::createFromName(locale_str), status); in _breakiter_factory()
196 int32_t (BreakIterator::*func)(), in _breakiter_no_args_ret_int32() argument
212 int32_t res = (bio->biter->*func)(); in _breakiter_no_args_ret_int32()
219 int32_t (BreakIterator::*func)(int32_t), in _breakiter_int32_ret_int32()
244 int32_t res = (bio->biter->*func)((int32_t)arg); in _breakiter_int32_ret_int32()
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregposix.c271 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*); member
282 return (*warg->func)(name, name_end, ng, gs, warg->reg, warg->arg); in i_wrapper()
287 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*), in reg_foreach_name()
292 warg.func = func; in reg_foreach_name()
/PHP-5.6/ext/spl/examples/
H A Dsearchiterator.inc52 function __call($func, $params)
54 return call_user_func_array(array($this->getInnerIterator(), $func), $params);
/PHP-5.6/Zend/tests/
H A Dobject_handlers.phpt16 function __call($func, $args) {
17 $GLOBALS["y"] = $func;
19 static function __callStatic($func, $args) {
20 $GLOBALS["y"] = $func;
H A Dns_058.phpt8 return "func ok\n";
47 func ok
H A Dns_057.phpt10 return "func ok\n";
49 func ok
H A Disset_expr_error.phpt2 Error message for isset(func())
H A Dbug40815.phpt2 Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might re…
/PHP-5.6/ext/standard/tests/general_functions/
H A Dis_callable_basic2.phpt70 public function func() {
209 object_class::func
211 object_class::func
290 no_member_class::func
292 no_member_class::func
533 object_class::func
535 object_class::func
614 no_member_class::func
616 no_member_class::func
695 object_class::func
[all …]
/PHP-5.6/ext/spl/internal/
H A Dfilteriterator.inc118 * @param func Name of method to invoke
121 function __call($func, $params)
123 return call_user_func_array(array($this->it, $func), $params);
H A Diteratoriterator.inc107 * @param func Name of method to invoke
110 function __call($func, $params)
112 return call_user_func_array(array($this->iterator, $func), $params);
H A Dlimititerator.inc125 * @param func Name of method to invoke
128 function __call($func, $params)
130 return call_user_func_array(array($this->it, $func), $params);
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_print.h35 PHPDBG_PRINT(func);
H A Dphpdbg_list.h33 PHPDBG_LIST(func);
/PHP-5.6/ext/spl/tests/
H A Dspl_autoload_007.phpt40 foreach($funcs as $idx => $func)
45 var_dump($func);
46 spl_autoload_register($func);
/PHP-5.6/ext/xmlwriter/
H A DTODO3 - Sync with xmlwriter (new dtd func?)
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_blacklist.h47 void zend_accel_blacklist_apply(zend_blacklist *blacklist, apply_func_arg_t func, void *argument TS…
/PHP-5.6/main/
H A Doutput.c508 handler->func.user = user; in php_output_handler_create_user()
532 handler->func.internal = output_handler; in php_output_handler_create_internal()
666 php_output_handler_alias_ctor_t *func = NULL; in php_output_handler_alias() local
668 zend_hash_find(&php_output_handler_aliases, name, name_len+1, (void *) &func); in php_output_handler_alias()
669 return func; in php_output_handler_alias()
721 zval_ptr_dtor(&handler->func.user->zoh); in php_output_handler_dtor()
722 efree(handler->func.user); in php_output_handler_dtor()
977 …if (SUCCESS == zend_fcall_info_call(&handler->func.user->fci, &handler->func.user->fcc, &retval, N… in php_output_handler_op()
994 zend_fcall_info_argn(&handler->func.user->fci TSRMLS_CC, 0); in php_output_handler_op()
1005 if (SUCCESS == handler->func.internal(&handler->opaq, context)) { in php_output_handler_op()
[all …]
/PHP-5.6/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt8 $func = new ReflectionFunction($fun);
9 $parameters = $func->getParameters();
/PHP-5.6/Zend/
H A Dzend_ptr_stack.h41 ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *));
42 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elem…
/PHP-5.6/ext/gd/tests/
H A Dbug72604.phpt14 include_once __DIR__ . '/func.inc';
H A Dbug22544.phpt16 include_once __DIR__ . '/func.inc';
H A Dbug73213.phpt9 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
H A Dimagecreatetruecolor_basic.phpt14 include_once __DIR__ . '/func.inc';
H A Dimagechar_basic.phpt17 include_once __DIR__ . '/func.inc';

Completed in 55 milliseconds

123456789