Home
last modified time | relevance | path

Searched refs:where (Results 51 – 75 of 203) sorted by relevance

123456789

/PHP-8.3/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid_covariance_drop_type1.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
H A Dinvalid_covariance_intersection_to_union3.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_drop_type2.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
H A Dinvalid1.phpt2 Co-variance check failure for intersection type where child replace one of intersection type member…
/PHP-8.3/Zend/tests/type_declarations/dnf_types/variance/
H A Dinvalid_covariance_intersection_to_union3.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_drop_type1.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
H A Dinvalid1.phpt2 Co-variance check failure for intersection type where child replace one of intersection type member…
H A Dinvalid_covariance_drop_type2.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
/PHP-8.3/ext/oci8/tests/
H A Dxmltype_01.phpt45 from xtt where xt_id = 1');
65 where xt_id = 1');
H A Dbind_unsupported_2.phpt23 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Ddrcp_functions.inc32 $update_stmt ="Update drcptest set dept ='NEWDEPT' where id = 105";
40 $sel_stmt="select dept from drcptest where id=105";
H A Dnull_byte_3.phpt26 $s = oci_parse($c, "select * from dual where :bv = 'abc'");
H A Dbind_char_1.phpt41 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
76 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
112 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
148 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_76488.phpt17 select n+1 from r where n < 1000
/PHP-8.3/Zend/tests/generators/
H A Dthrow_rethrow.phpt2 Generator::throw() where the generator throws a different exception
/PHP-8.3/Zend/tests/variadic/
H A Dlegal_variadic_override.phpt2 Cases where non-variadic parameters are allowed to be subsumed by a variadic one
/PHP-8.3/ext/reflection/tests/
H A DReflectionFiber_notrace_2.phpt2 ReflectionFiber should not segfault when inspecting fibers where the previous stack frame is a nati…
/PHP-8.3/Zend/tests/
H A Dunset_prop_recursion.phpt2 Unset property where unset will recursively access property again
/PHP-8.3/ext/phar/tests/
H A Dbug52013.phpt4 Test for a bug where Phar::decompressFiles() mistakenly throws BadMethodCallException.
/PHP-8.3/ext/standard/tests/file/
H A Dcopy_variation10.phpt5 /* Test copy(): Try copying source file to desntination file, where destination file name is identi…
/PHP-8.3/ext/mbstring/tests/
H A Duhc_encoding.phpt18 // case where 0xC9 appears before a valid character which starts with a
/PHP-8.3/ext/ldap/tests/
H A Dldap_set_option_error.phpt41 TypeError: ldap_set_option(): Argument #3 ($value) must contain only arrays, where each array is a …
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_module.phpt16 $query = 'select module from v$session where sid = sys_context(\'USERENV\', \'SID\')';
H A Dpdo_oci_stream_1.phpt42 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 1");
60 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 2");
/PHP-8.3/ext/dom/
H A Delement.c1419 static xmlNodePtr dom_insert_adjacent(const zend_string *where, xmlNodePtr thisp, dom_object *this_… in dom_insert_adjacent() argument
1421 if (zend_string_equals_literal_ci(where, "beforebegin")) { in dom_insert_adjacent()
1433 } else if (zend_string_equals_literal_ci(where, "afterbegin")) { in dom_insert_adjacent()
1446 } else if (zend_string_equals_literal_ci(where, "beforeend")) { in dom_insert_adjacent()
1455 } else if (zend_string_equals_literal_ci(where, "afterend")) { in dom_insert_adjacent()
1480 zend_string *where; in PHP_METHOD() local
1486 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "SO", &where, &element_zval, dom_element_class_entry) =… in PHP_METHOD()
1493 xmlNodePtr result = dom_insert_adjacent(where, thisp, this_intern, otherp); in PHP_METHOD()
1509 zend_string *where, *data; in PHP_METHOD() local
1514 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &where, &data) == FAILURE) { in PHP_METHOD()
[all …]

Completed in 45 milliseconds

123456789