| /PHP_5_3/scripts/dev/ |
| H A D | search_underscores.php | 49 $ref = new ReflectionClass($c); variable 50 if (!($ext = $ref->getExtensionName())) {; 51 $ext = $ref->isInternal() ? "<internal>" : "<user>";
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | cdf_time.c | 187 static const char *ref = "Sat Apr 23 01:30:00 1977"; local 194 if (strcmp(ref, p) != 0) 195 errx(1, "Error date %s != %s\n", ref, p);
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gdtest.c | 22 gdImagePtr im, ref, im2, im3; local 47 ref = gdImageCreateFromPng (in); 51 printf ("Reference File has %d Palette entries\n", ref->colorsTotal); 53 CompareImages ("Initial Versions", ref, im); 73 CompareImages ("GD->PNG File->GD", ref, im2); 82 CompareImages ("GD->PNG ptr->GD", ref, im2); 105 CompareImages ("GD->GD2 File->GD", ref, im2); 117 CompareImages ("GD->GD2 ptr->GD", ref, im2); 140 CompareImages ("GD->GD File->GD", ref, im2); 152 CompareImages ("GD->GD ptr->GD", ref, im [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 2536 fetch_name(UChar** src, UChar* end, UChar** rname_end, ScanEnv* env, int ref) argument 2559 if (ref == 1) 2612 fetch_name(UChar** src, UChar* end, UChar** rname_end, ScanEnv* env, int ref) argument
|
| /PHP_5_3/ext/dom/ |
| H A D | node.c | 1001 zval *id, *node, *ref = NULL; local 1006 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO|O!", &id, dom_node_class_entry, &node, dom_node_class_entry, &ref, dom_node_class_entry) == FAILURE) { 1048 if (ref != NULL) { 1049 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj);
|
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 224 ZEND_ARG_INFO(0, ref) 230 ZEND_ARG_INFO(0, ref) 236 ZEND_ARG_INFO(0, ref) 272 ZEND_ARG_INFO(0, ref) 278 ZEND_ARG_INFO(0, ref) 1846 /* {{{ proto array imap_list(resource stream_id, string ref, string pattern) 1851 char *ref, *pat; local 1856 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &streamind, &ref, &ref_len, &pat, &pat_len) == FAILURE) { 1866 mail_list(imap_le_struct->imap_stream, ref, pat); 1883 /* {{{ proto array imap_getmailboxes(resource stream_id, string ref, strin 1889 char *ref, *pat; local 1939 char *ref, *pat, *content; local 2158 char *ref, *pat; local 2195 char *ref, *pat; local [all...] |
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 1989 parameter_reference *ref; local 2146 ref = (parameter_reference*) emalloc(sizeof(parameter_reference)); 2147 ref->arg_info = &arg_info[position]; 2148 ref->offset = (zend_uint)position; 2149 ref->required = fptr->common.required_num_args; 2150 ref->fptr = fptr; 2152 intern->ptr = ref; 4464 property_reference *ref; local 4470 GET_REFLECTION_OBJECT_PTR(ref); 4472 _property_string(&str, &ref 4491 property_reference *ref; local 4545 property_reference *ref; local 4561 property_reference *ref; local 4605 property_reference *ref; local 4676 property_reference *ref; local 4715 property_reference *ref; local [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_schema.c | 1053 ref = QName> 1060 xmlAttrPtr ns, name, ref = NULL; local 1070 name = ref = get_attribute(groupType->properties, "ref"); 1076 if (ref) { 1080 parse_namespace(ref->children->content, &type, &ns); 1131 soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes"); 1143 if (ref != NULL) { 1144 soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); 1150 if (ref ! 1481 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; local 1715 xmlAttrPtr attr, name, ref = NULL, type = NULL; local 1924 xmlAttrPtr name, ref = NULL; local [all...] |
| H A D | php_sdl.h | 211 char *ref; member in struct:_sdlType 247 char *ref; member in struct:_sdlAttribute
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli.c | 1289 zval *arg, *ref; local 1312 ALLOC_ZVAL(ref); 1313 object_init_ex(ref, pce); 1314 INIT_PZVAL(ref); 1319 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); 1327 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, ref); 1329 zval_ptr_dtor(&ref);
|
| /PHP_5_3/main/ |
| H A D | main.c | 777 char *ref; /* temp copy for duplicated docref */ local 781 ref = estrdup(docref); 785 docref_buf = ref; 787 p = strrchr(ref, '#'); 797 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); 798 efree(ref);
|