| /PHP_5_3/ |
| H A D | server-tests.php | 624 foreach ($this->xargs as $arg=>$arg_info) { 625 $usage .= sprintf(" -%s %-12s %s\n",$arg,$arg_info[1],$arg_info[3]); 703 foreach ($this->xargs as $arg=>$arg_info) { 704 if ($arg_info[0]) { 706 $this->conf[$arg_info[0]]=$arg_info[2]; 708 $this->setEnvConfigVar($arg_info[0]);
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_com.c | 475 if (!f || f->arg_info == NULL) { 499 if (f->arg_info[nargs - i - 1].pass_by_reference) { 508 if (f->arg_info[nargs - i - 1].pass_by_reference) { 554 if (f && f->arg_info[nargs - i - 1].pass_by_reference) {
|
| H A D | com_handlers.c | 250 if (f->arg_info) { 251 efree(f->arg_info); 284 f.arg_info = NULL; 309 f.arg_info = ecalloc(bindptr.lpfuncdesc->cParams, sizeof(zend_arg_info)); 312 f.arg_info[i].allow_null = 1; 314 f.arg_info[i].pass_by_reference = 1; 414 f.arg_info = NULL; \
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 1307 if (funcs->arg_info) { 1308 ifunc->arg_info = (zend_arg_info*)funcs->arg_info + 1; 1310 if (funcs->arg_info[0].required_num_args == -1) { 1313 ifunc->required_num_args = funcs->arg_info[0].required_num_args; 1315 ifunc->pass_rest_by_reference = funcs->arg_info[0].pass_by_reference; 1316 ifunc->return_reference = funcs->arg_info[0].return_reference; 1318 ifunc->arg_info = NULL;
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 185 struct _zend_arg_info *arg_info; member in struct:_parameter_reference 673 static void _parameter_string(string *str, zend_function *fptr, struct _zend_arg_info *arg_info, zend_uint offset, zend_uint required, char* indent TSRMLS_DC) argument 681 if (arg_info->class_name) { 682 string_printf(str, "%s ", arg_info->class_name); 683 if (arg_info->allow_null) { 686 } else if (arg_info->array_type_hint) { 688 if (arg_info->allow_null) { 692 if (arg_info->pass_by_reference) { 695 if (arg_info->name) { 696 string_printf(str, "$%s", arg_info 743 struct _zend_arg_info *arg_info = fptr->common.arg_info; local 1188 reflection_parameter_factory(zend_function *fptr, zval *closure_object, struct _zend_arg_info *arg_info, zend_uint offset, zend_uint required, zval *object TSRMLS_DC) argument 1909 struct _zend_arg_info *arg_info; local 1921 reflection_parameter_factory(_copy_function(fptr TSRMLS_CC), intern->obj, arg_info, i, fptr->common.required_num_args, parameter TSRMLS_CC); local 1995 struct _zend_arg_info *arg_info; local [all...] |
| /PHP_5_3/ext/simplexml/ |
| H A D | simplexml.c | 49 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) 50 #define SXE_MALIAS(func, alias, arg_info, flags) PHP_MALIAS(simplexml_element, func, alias, arg_info, flags)
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_functions.h | 70 #define SPL_ME(class_name, function_name, arg_info, flags) \ 71 PHP_ME( spl_ ## class_name, function_name, arg_info, flags) 73 #define SPL_ABSTRACT_ME(class_name, function_name, arg_info) \ 74 ZEND_ABSTRACT_ME( spl_ ## class_name, function_name, arg_info) 79 #define SPL_MA(class_name, function_name, alias_class, alias_function, arg_info, flags) \ 80 PHP_MALIAS(spl_ ## alias_class, function_name, alias_function, arg_info, flags)
|
| /PHP_5_3/ext/zip/ |
| H A D | php_zip.h | 70 #define ZIPARCHIVE_ME(name, arg_info, flags) ZEND_FENTRY(name, c_ziparchive_ ##name, arg_info, flags)
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 1841 if (ptr->arg_info) { 1842 internal_function->arg_info = (zend_arg_info*)ptr->arg_info+1; 1845 if (ptr->arg_info[0].required_num_args == -1) { 1848 internal_function->required_num_args = ptr->arg_info[0].required_num_args; 1850 internal_function->pass_rest_by_reference = ptr->arg_info[0].pass_by_reference; 1851 internal_function->return_reference = ptr->arg_info[0].return_reference; 1853 internal_function->arg_info = NULL; 2559 fcc->function_handler->internal_function.arg_info = NULL;
|
| H A D | zend_closures.c | 234 struct _zend_arg_info *arg_info = closure->func.common.arg_info; local 251 if (arg_info) { 260 if (arg_info->name) { 262 arg_info->pass_by_reference ? "&" : "", 263 arg_info->name); 266 arg_info->pass_by_reference ? "&" : "", 273 arg_info++;
|
| H A D | zend_compile.h | 201 zend_arg_info *arg_info; member in struct:_zend_op_array 256 zend_arg_info *arg_info; member in struct:_zend_internal_function 278 zend_arg_info *arg_info; member in struct:_zend_function::__anon7 714 ((((zend_function*)(zf))->common.arg_info && \ 716 ((zend_function *)(zf))->common.arg_info[arg_num-1].pass_by_reference : \
|
| H A D | zend_opcode.c | 81 op_array->arg_info = NULL; 282 if (op_array->arg_info) { 284 efree((char*)op_array->arg_info[i].name); 285 if (op_array->arg_info[i].class_name) { 286 efree((char*)op_array->arg_info[i].class_name); 289 efree(op_array->arg_info);
|
| H A D | zend_compile.c | 1511 CG(active_op_array)->arg_info = erealloc(CG(active_op_array)->arg_info, sizeof(zend_arg_info)*(CG(active_op_array)->num_args)); 1512 cur_arg_info = &CG(active_op_array)->arg_info[CG(active_op_array)->num_args-1]; 2536 /* If it's a user function then arg_info == NULL means we don't have any parameters but 2538 * functions because extensions don't always define arg_info. 2540 if (!proto || (!proto->common.arg_info && proto->common.type != ZEND_USER_FUNCTION)) { 2567 if (ZEND_LOG_XOR(fe->common.arg_info[i].class_name, proto->common.arg_info[i].class_name)) { 2571 if (fe->common.arg_info[i].class_name 2572 && strcasecmp(fe->common.arg_info[ [all...] |
| H A D | zend_object_handlers.c | 834 call_user_call->arg_info = NULL; 969 callstatic_user_call->arg_info = NULL;
|
| H A D | zend_API.h | 38 const struct _zend_arg_info *arg_info; member in struct:_zend_function_entry 71 #define ZEND_FENTRY(zend_name, name, arg_info, flags) { #zend_name, name, arg_info, (zend_uint) (sizeof(arg_info)/sizeof(struct _zend_arg_info)-1), flags }, 73 #define ZEND_RAW_FENTRY(zend_name, name, arg_info, flags) { zend_name, name, arg_info, (zend_uint) (sizeof(arg_info)/sizeof(struct _zend_arg_info)-1), flags }, 74 #define ZEND_RAW_NAMED_FE(zend_name, name, arg_info) ZEND_RAW_FENTRY(#zend_name, name, arg_info, 0) 76 #define ZEND_NAMED_FE(zend_name, name, arg_info) ZEND_FENTR [all...] |
| H A D | zend_execute.c | 483 if (!zf->common.arg_info 488 cur_arg_info = &zf->common.arg_info[arg_num-1];
|
| H A D | zend_vm_def.h | 2304 if (EX(function_state).function->common.arg_info) {
|
| H A D | zend_vm_execute.h | 304 if (EX(function_state).function->common.arg_info) { [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | soap.c | 221 # define PHP_ME(classname, name, arg_info, flags) ZEND_NAMED_FE(name, ZEND_FN(classname##_##name), arg_info) 735 fe.arg_info = NULL;
|