| /PHP_5_3/ext/bcmath/libbcmath/src/ |
| H A D | bcmath.h | 96 #define _PROTOTYPE(func, args) func args 98 #define _PROTOTYPE(func, args) func()
|
| /PHP_5_3/ext/phar/phar/ |
| H A D | directorytreeiterator.inc | 48 function __call($func, $params) 50 return call_user_func_array(array($this->getSubIterator(), $func), $params);
|
| /PHP_5_3/ext/skeleton/ |
| H A D | skeleton.php | 10 foreach($functions as $func) { 11 echo $func."$br\n";
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | directorytreeiterator.inc | 48 function __call($func, $params) 50 return call_user_func_array(array($this->getSubIterator(), $func), $params);
|
| H A D | searchiterator.inc | 52 function __call($func, $params) 54 return call_user_func_array(array($this->getInnerIterator(), $func), $params);
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | cachingiterator.inc | 119 * @param func Name of method to invoke 122 function __call($func, $params) 124 return call_user_func_array(array($this->it, $func), $params);
|
| H A D | filteriterator.inc | 118 * @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 D | iteratoriterator.inc | 107 * @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 D | limititerator.inc | 125 * @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_3/ext/sqlite/libsqlite/src/ |
| H A D | printf.c | 168 ** func This is a pointer to a function taking three arguments 176 ** first argument to "func". Use it for whatever you like. 185 ** the function "func". Returns -1 on a error. 192 void (*func)(void*,const char*,int), /* Consumer of text */ 230 func(arg,"",0); 239 (*func)(arg,bufpt,amt); 245 (*func)(arg,"%",1); 573 (*func)(arg, pToken->z, pToken->n); 583 (*func)(arg, pItem->zDatabase, strlen(pItem->zDatabase)); 584 (*func)(ar 191 vxprintf( void (*func)(void*,const char*,int), void *arg, int useExtended, const char *fmt, va_list ap ) argument [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regposix.c | 271 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*); member in struct:__anon251 282 return (*warg->func)(name, name_end, ng, gs, warg->reg, warg->arg); 287 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*), 292 warg.func = func;
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_typeinfo.c | 433 FUNCDESC *func; local 475 if (FAILED(ITypeInfo_GetFuncDesc(typeinfo, i, &func))) 478 isprop = (func->invkind & DISPATCH_PROPERTYGET || func->invkind & DISPATCH_PROPERTYPUT); 480 if (!isprop || lastid != func->memid) { 482 lastid = func->memid; 484 ITypeInfo_GetDocumentation(typeinfo, func->memid, &olename, NULL, NULL, NULL); 494 names = (BSTR*)safe_emalloc((func->cParams + 1), sizeof(BSTR), 0); 496 ITypeInfo_GetNames(typeinfo, func->memid, names, func [all...] |
| /PHP_5_3/ext/pcntl/ |
| H A D | php_signal.c | 25 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) argument 28 act.sa_handler = func; 50 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) argument 52 return php_signal4(signo, func, restart, 0);
|
| H A D | php_signal.h | 33 Sigfunc *php_signal(int signo, Sigfunc *func, int restart); 34 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all);
|
| /PHP_5_3/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 41 zval *func, *step, *fini; member in struct:pdo_sqlite_func
|
| H A D | sqlite_driver.c | 104 struct pdo_sqlite_func *func; local 107 func = H->funcs; 108 H->funcs = func->next; 113 func->funcname, 114 func->argc, 116 func, 120 efree((char*)func->funcname); 121 if (func->func) { 122 zval_ptr_dtor(&func 458 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); local 467 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); local 475 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); local 536 struct pdo_sqlite_func *func; local 607 struct pdo_sqlite_func *func; local [all...] |
| /PHP_5_3/ext/session/ |
| H A D | mod_user.c | 47 static zval *ps_call_handler(zval *func, int argc, zval **argv TSRMLS_DC) argument 53 if (call_user_function(EG(function_table), NULL, func, retval, argc, argv TSRMLS_CC) == FAILURE) {
|
| /PHP_5_3/ext/sqlite3/ |
| H A D | sqlite3.c | 823 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 826 sqlite3_do_callback(&func->afunc, func->func, argc, argv, context, 0 TSRMLS_CC); 832 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 838 sqlite3_do_callback(&func->astep, func->step, argc, argv, context, 1 TSRMLS_CC); 844 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 850 sqlite3_do_callback(&func->afini, func 914 php_sqlite3_func *func; local 964 php_sqlite3_func *func; local 2017 php_sqlite3_func *func; local [all...] |
| /PHP_5_3/main/ |
| H A D | php_ticks.c | 49 PHPAPI void php_add_tick_function(void (*func)(int)) argument 53 zend_llist_add_element(&PG(tick_functions), (void *)&func); 56 PHPAPI void php_remove_tick_function(void (*func)(int)) argument 60 zend_llist_del_element(&PG(tick_functions), (void *)func, 66 void (*func)(int); 68 memcpy(&func, data, sizeof(void(*)(int))); 69 func(*((int *)arg));
|
| H A D | php_ticks.h | 30 PHPAPI void php_add_tick_function(void (*func)(int)); 31 PHPAPI void php_remove_tick_function(void (*func)(int));
|
| /PHP_5_3/Zend/ |
| H A D | zend_closures.c | 39 zend_function func; member in struct:_zend_closure 49 zend_function *func = EG(current_execute_data)->function_state.function; local 73 efree(func->internal_function.function_name); 74 efree(func); 96 invoke->common = closure->func.common; 110 return &closure->func; 174 if (closure->func.type == ZEND_USER_FUNCTION) { 177 if (ex->op_array == &closure->func.op_array) { 182 destroy_op_array(&closure->func.op_array TSRMLS_CC); 220 *fptr_ptr = &closure->func; [all...] |
| H A D | zend_llist.c | 173 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) 180 if (func(element->data)) { 188 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func TSRMLS_DC) 193 func(element->data TSRMLS_CC); 231 ZEND_API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void *arg TSRMLS_DC) argument 236 func(element->data, arg TSRMLS_CC); 241 ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func TSRMLS_DC, int num_args, ...) 248 func(element->data, num_args, args TSRMLS_CC);
|
| H A D | zend_llist.h | 58 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func TSRMLS_DC); 59 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)); 60 ZEND_API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void *arg TSRMLS_DC); 61 ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func TSRMLS_DC, int num_args, ...);
|
| H A D | zend_ptr_stack.c | 85 ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *)) 90 func(stack->elements[i]); 95 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elements) 97 zend_ptr_stack_apply(stack, func);
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_ps_codec.c | 441 mysqlnd_ps_fetch_functions[MYSQL_TYPE_NULL].func = ps_fetch_null; 446 mysqlnd_ps_fetch_functions[MYSQL_TYPE_TINY].func = ps_fetch_int8; 451 mysqlnd_ps_fetch_functions[MYSQL_TYPE_SHORT].func = ps_fetch_int16; 456 mysqlnd_ps_fetch_functions[MYSQL_TYPE_YEAR].func = ps_fetch_int16; 461 mysqlnd_ps_fetch_functions[MYSQL_TYPE_INT24].func = ps_fetch_int32; 466 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].func = ps_fetch_int32; 471 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONGLONG].func = ps_fetch_int64; 476 mysqlnd_ps_fetch_functions[MYSQL_TYPE_FLOAT].func = ps_fetch_float; 481 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].func = ps_fetch_double; 486 mysqlnd_ps_fetch_functions[MYSQL_TYPE_TIME].func [all...] |