Home
last modified time | relevance | path

Searched refs:ref (Results 176 – 200 of 218) sorted by relevance

123456789

/PHP-7.1/ext/spl/tests/
H A Dfixedarray_021.phpt39 /* foreach by ref */
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug29839.wsdl9 <attribute ref="xml:lang" use="required"/>
H A Dbug34453.wsdl9 <attribute ref="xml:lang" use="required"/>
H A Dbug30106.phpt2 Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
/PHP-7.1/ext/soap/tests/soap12/
H A DT56.phpt24 <inputString enc:ref="#data-2" xsi:type="xsd:string" />
H A DT57.phpt22 <test:inputString enc:ref="#data" xsi:type="xsd:string" />
H A DT76_2.phpt22 <inputString enc:ref="data" xsi:type="xsd:string" />
/PHP-7.1/ext/phar/tests/
H A Dtest_alias_unset.phpt34 $a = file_get_contents($pname . '/file1.txt'); // this fails because $fname2 ref exists
/PHP-7.1/sapi/cli/
H A Dphp_cli.c1079 zval arg, ref; in do_cli() local
1104 object_init_ex(&ref, pce); in do_cli()
1108 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, &arg); in do_cli()
1119 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, &ref); in do_cli()
1121 zval_ptr_dtor(&ref); in do_cli()
/PHP-7.1/Zend/
H A Dzend_types.h109 zend_reference *ref; member
570 #define Z_REF(zval) (zval).value.ref
917 zend_reference *ref; \
919 ref = Z_REF_P(_z); \
920 ZVAL_COPY_VALUE(_z, &ref->val); \
921 efree_size(ref, sizeof(zend_reference)); \
H A Dzend_vm_def.h6397 zval *ref; variable
6405 zend_reference *ref; variable
6408 GC_REFCOUNT(ref)++;
6818 zval *ref = NULL; variable
6825 ref = value;
6858 zval *ref = NULL; variable
6865 ref = value;
7705 zend_reference *ref; variable
7750 GC_REFCOUNT(ref) = 2;
7753 Z_REF_P(value) = ref;
[all …]
H A Dzend_vm_execute.h3809 zval *ref = NULL; local
3816 ref = value;
3848 zval *ref = NULL; local
3855 ref = value;
13167 ref = value;
13207 ref = value;
17078 zval *ref; local
17112 ref = value;
17152 ref = value;
35878 ref = value;
[all …]
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c339 zend_reference *ref; in zend_file_cache_serialize_zval() local
342 ref = Z_REF_P(zv); in zend_file_cache_serialize_zval()
343 UNSERIALIZE_PTR(ref); in zend_file_cache_serialize_zval()
344 zend_file_cache_serialize_zval(&ref->val, script, info, buf); in zend_file_cache_serialize_zval()
973 zend_reference *ref; in zend_file_cache_unserialize_zval() local
976 ref = Z_REF_P(zv); in zend_file_cache_unserialize_zval()
977 zend_file_cache_unserialize_zval(&ref->val, script, buf); in zend_file_cache_unserialize_zval()
/PHP-7.1/ext/imap/
H A Dphp_imap.c224 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)
1888 zend_string *ref, *pat; in PHP_FUNCTION() local
1904 mail_list(imap_le_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat)); in PHP_FUNCTION()
1927 zend_string *ref, *pat; in PHP_FUNCTION() local
1977 zend_string *ref, *pat, *content; in PHP_FUNCTION() local
2205 zend_string *ref, *pat; in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/oci8/tests/
H A Dbug42841.phpt27 type cursortype is ref Cursor;
H A Drefcur_prefetch_4.phpt31 type refcursortype is ref cursor;
H A Drefcur_prefetch_2.phpt29 type refcursortype is ref cursor;
/PHP-7.1/ext/soap/tests/
H A Dbug68361.phpt16 <xsd:attribute ref="soapenc:arrayType" arrayType="ns:Employee[]"/>
/PHP-7.1/tests/lang/
H A Dbug20175.phpt2 Bug #20175 (Static vars can't store ref to new instance)
/PHP-7.1/
H A D.gdbinit244 ____printzv &$zvalue->value.ref->val $arg1
628 printf "looking ref %p in roots\n", $arg0
630 if $current->ref == $arg0
/PHP-7.1/main/
H A Dmain.c896 char *ref; /* temp copy for duplicated docref */ in php_verror() local
900 ref = estrdup(docref); in php_verror()
904 docref_buf = ref; in php_verror()
906 p = strrchr(ref, '#'); in php_verror()
916 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); in php_verror()
917 efree(ref); in php_verror()
/PHP-7.1/ext/dom/
H A Dnode.c929 zval *id, *node, *ref = NULL; in PHP_FUNCTION() local
934 …tThis(), "OO|O!", &id, dom_node_class_entry, &node, dom_node_class_entry, &ref, dom_node_class_ent… in PHP_FUNCTION()
976 if (ref != NULL) { in PHP_FUNCTION()
977 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_FUNCTION()
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput11-16545 11 1 Cond ref
562 8 1 Cond ref
H A Dtestoutput11-32545 11 1 Cond ref
562 8 1 Cond ref
H A Dtestoutput11-8545 17 1 Cond ref
562 12 1 Cond ref

Completed in 315 milliseconds

123456789