Home
last modified time | relevance | path

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

123456789

/PHP-7.1/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt29 type refcursortype is ref cursor;
H A Dbug43492.phpt32 While fetching data from a ref cursor, the parent statement needs to
/PHP-7.1/ext/soap/
H A Dphp_sdl.c1227 attr->ref = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1324 type->ref = sdl_deserialize_string(in); in sdl_deserialize_type()
1837 sdl_serialize_string(attr->ref, out); in sdl_serialize_attribute()
1925 sdl_serialize_string(type->ref, out); in sdl_serialize_type()
2599 if (pattr->ref) { in make_persistent_sdl_attribute()
2600 pattr->ref = strdup(pattr->ref); in make_persistent_sdl_attribute()
2712 if (ptype->ref) { in make_persistent_sdl_type()
2713 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c2269 zend_reference *ref = Z_REF_P(zvalue); in accel_fast_zval_dtor() local
2271 if (--GC_REFCOUNT(ref) == 0) { in accel_fast_zval_dtor()
2272 if (Z_REFCOUNTED(ref->val) && Z_DELREF(ref->val) == 0) { in accel_fast_zval_dtor()
2273 zvalue = &ref->val; in accel_fast_zval_dtor()
/PHP-7.1/tests/lang/
H A DforeachLoop.014.phpt16 $ref = &$a;
H A DforeachLoop.015.phpt16 $ref = &$a;
/PHP-7.1/Zend/
H A Dzend_execute.c570 zend_reference *ref; in zend_assign_to_variable_reference() local
578 ref = Z_REF_P(value_ptr); in zend_assign_to_variable_reference()
579 GC_REFCOUNT(ref)++; in zend_assign_to_variable_reference()
584 ZVAL_REF(variable_ptr, ref); in zend_assign_to_variable_reference()
591 ZVAL_REF(variable_ptr, ref); in zend_assign_to_variable_reference()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c5996 if (ref) in compile_ref_matchingpath()
6011 if (ref) in compile_ref_matchingpath()
6040 if (ref) in compile_ref_matchingpath()
6099 if (ref) in compile_ref_iterator_matchingpath()
6143 if (ref) in compile_ref_iterator_matchingpath()
6151 if (ref) in compile_ref_iterator_matchingpath()
6187 if (!ref) in compile_ref_iterator_matchingpath()
6224 if (ref) in compile_ref_iterator_matchingpath()
6234 if (ref) in compile_ref_iterator_matchingpath()
6249 if (ref) in compile_ref_iterator_matchingpath()
[all …]
/PHP-7.1/Zend/tests/
H A D019.phpt310 echo "\n** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **\…
324 $ref_val = "new value by ref";
1320 ** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **
/PHP-7.1/ext/standard/
H A Darray.c1415 zval ref; in php_array_walk() local
1416 ZVAL_COPY_VALUE(&ref, zv); in php_array_walk()
1431 Z_ADDREF(ref); in php_array_walk()
1434 if (Z_TYPE_P(Z_REFVAL(ref)) == IS_ARRAY && thash == Z_ARRVAL_P(Z_REFVAL(ref))) { in php_array_walk()
1439 zval_ptr_dtor(&ref); in php_array_walk()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c2621 UChar** rname_end, ScanEnv* env, int* rback_num, int ref) in fetch_name() argument
2649 if (ref == 1) in fetch_name()
2657 if (ref == 1) { in fetch_name()
2738 UChar** rname_end, ScanEnv* env, int* rback_num, int ref) in fetch_name() argument
H A DHISTORY1758 define: (?<name>...), back-ref: \g<name>
/PHP-7.1/
H A DNEWS1178 typehinted by-ref arg). (Laruence)
1482 . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)
2366 . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)
2852 . Fixed bug #72038 (Function calls with values to a by-ref parameter don't
3597 . Fixed bug #70083 (Use after free with assign by ref to overloaded objects).
3937 . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
4044 . Fixed bug #70853 (SplFixedArray throws exception when using ref variable
H A DUPGRADING242 - getopt() has an extra by-ref parameter : optind
H A Dconfigure.in1646 | details, see this page: http://www.php.net/manual/ref.oci8.php |
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput27730 2 Cond ref
8267 1 Cond ref
8291 2 Cond ref
8324 1 Cond ref
8340 1 Cond ref
10330 Cond ref <D>2
14477 1 Cond ref
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1194 static const char *ref = "Sat Apr 23 01:30:00 1977";
/PHP-7.1/ext/standard/tests/misc/
H A Dbrowscap.ini3987 [Simpy/* (Simpy; http://www.simpy.com/?ref=bot; feedback at simpy dot com)]

Completed in 315 milliseconds

123456789