| /PHP_5_4/ext/soap/tests/soap12/ |
| H A D | soap12-test.inc | 111 function echoResolvedRef($ref) { 112 return $ref->RelativeReference->base.$ref->RelativeReference->href;
|
| /PHP_5_4/ext/spl/examples/ |
| H A D | recursivedualiterator.inc | 19 private $ref; 45 if (empty($this->ref)) 47 $this->ref = new ReflectionClass($this); 49 return $this->ref->newInstance(
|
| /PHP_5_4/ext/spl/internal/ |
| H A D | recursivearrayiterator.inc | 49 if (empty($this->ref)) 51 $this->ref = new ReflectionClass($this); 53 return $this->ref->newInstance($this->current()); 56 private $ref;
|
| H A D | recursivecachingiterator.inc | 56 if (!$this->ref) 58 $this->ref = new ReflectionClass($this); 60 $this->getChildren = $ref->newInstance($child, $this->flags); 78 private $ref;
|
| H A D | recursivefilteriterator.inc | 52 if (empty($this->ref)) 54 $this->ref = new ReflectionClass($this); 56 return $this->ref->newInstance($this->getInnerIterator()->getChildren()); 59 private $ref;
|
| H A D | recursiveregexiterator.inc | 51 if (empty($this->ref)) 53 $this->ref = new ReflectionClass($this); 55 return $this->ref->newInstance($this->getInnerIterator()->getChildren()); 58 private $ref;
|
| /PHP_5_4/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_4/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_4/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_4/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_4/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) 1838 /* {{{ proto array imap_list(resource stream_id, string ref, string pattern) 1843 char *ref, *pat; local 1848 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &streamind, &ref, &ref_len, &pat, &pat_len) == FAILURE) { 1858 mail_list(imap_le_struct->imap_stream, ref, pat); 1875 /* {{{ proto array imap_getmailboxes(resource stream_id, string ref, strin 1881 char *ref, *pat; local 1931 char *ref, *pat, *content; local 2150 char *ref, *pat; local 2187 char *ref, *pat; local [all...] |
| /PHP_5_4/ext/mbstring/ |
| H A D | mbstring.c | 1614 php_error_docref("ref.mbstring" TSRMLS_CC, E_WARNING, "mbstring couldn't find function %s.", p->orig_func); 1621 php_error_docref("ref.mbstring" TSRMLS_CC, E_WARNING, "mbstring couldn't replace function %s.", p->orig_func);
|
| /PHP_5_4/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.c | 1233 attr->ref = sdl_deserialize_string(in); 1330 type->ref = sdl_deserialize_string(in); 1846 sdl_serialize_string(attr->ref, out); 1936 sdl_serialize_string(type->ref, out); 2624 if (pattr->ref) { 2625 pattr->ref = strdup(pattr->ref); 2742 if (ptype->ref) { 2743 ptype->ref = strdup(ptype->ref); [all...] |
| H A D | php_sdl.h | 211 char *ref; member in struct:_sdlType 247 char *ref; member in struct:_sdlAttribute
|
| /PHP_5_4/sapi/cli/ |
| H A D | php_cli.c | 1090 zval *arg, *ref; local 1116 ALLOC_ZVAL(ref); 1117 object_init_ex(ref, pce); 1118 INIT_PZVAL(ref); 1123 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); 1131 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, ref); 1133 zval_ptr_dtor(&ref);
|
| /PHP_5_4/ext/pcre/pcrelib/ |
| H A D | pcre_internal.h | 2164 "Cond ref", "Cond nref", "Cond rec", "Cond nrec", "Cond def", \ 2217 /* Character class & ref repeats */ \ 2382 pcre_uint16 flag; /* Set TRUE if recursive back ref */
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 2141 parameter_reference *ref; local 2298 ref = (parameter_reference*) emalloc(sizeof(parameter_reference)); 2299 ref->arg_info = &arg_info[position]; 2300 ref->offset = (zend_uint)position; 2301 ref->required = fptr->common.required_num_args; 2302 ref->fptr = fptr; 2304 intern->ptr = ref; 4854 property_reference *ref; local 4860 GET_REFLECTION_OBJECT_PTR(ref); 4862 _property_string(&str, &ref 4881 property_reference *ref; local 4936 property_reference *ref; local 4952 property_reference *ref; local 4998 property_reference *ref; local 5068 property_reference *ref; local 5107 property_reference *ref; local [all...] |
| /PHP_5_4/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_4/main/ |
| H A D | main.c | 806 char *ref; /* temp copy for duplicated docref */ local 810 ref = estrdup(docref); 814 docref_buf = ref; 816 p = strrchr(ref, '#'); 826 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); 827 efree(ref);
|