Home
last modified time | relevance | path

Searched refs:end (Results 176 – 200 of 677) sorted by relevance

12345678910>>...28

/PHP-7.4/ext/standard/tests/array/
H A Drange_bug70239_1.phpt9 Warning: range(): Invalid range supplied: start=inf end=inf in %srange_bug70239_1.php on line %d
H A Dcurrent_variation6.phpt2 Test current() function : internal pointer maintenance at the end of array
H A Deach_variation4.phpt25 echo "-- Call each until at the end of the array: --\n";
36 -- Call each until at the end of the array: --
H A Drange_bug70239_2.phpt9 Warning: range(): The supplied range exceeds the maximum array size: start=0 end=%d in %srange_bug7…
H A Drange_bug70239_3.phpt9 Warning: range(): The supplied range exceeds the maximum array size: start=-%d end=0 in %srange_bug…
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_oplog_002.phpt9 Warning: Can not end an oplog without starting it in %s on line 3
/PHP-7.4/Zend/tests/
H A Dbug70187.phpt2 Bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
H A Dflexible-heredoc-error6.phpt10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dflexible-nowdoc-error6.phpt10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dforeach_by_ref_repacking_insert.phpt2 Perform a packed to hash insert when the iterator is at the end of the array
/PHP-7.4/ext/standard/tests/password/
H A Dbug75221.phpt2 Bug #75221 (Argon2i always throws NUL at the end)
/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt32 end refcurpkg;",
37 end open_ref_cur;
42 end fetch_ref_cur;
43 end refcurpkg;"
78 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
93 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dimp_res_cancel.phpt31 end;"
39 $s = oci_parse($c, "begin imp_res_cancel_proc(); end;");
H A Dlob_043.phpt22 end loop;
23 end;",
/PHP-7.4/ext/date/tests/
H A Dbug78751.phpt11 $oDays->end instanceof DateTimeImmutable
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_error.phpt8 Warning: syntax error, unexpected end of file, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"'…
/PHP-7.4/ext/standard/
H A Durl.c202 char *end; in php_url_parse_ex2() local
205 port = ZEND_STRTOL(port_buf, &end, 10); in php_url_parse_ex2()
206 if (port >= 0 && port <= 65535 && end != port_buf) { in php_url_parse_ex2()
268 char *end; in php_url_parse_ex2() local
271 port = ZEND_STRTOL(port_buf, &end, 10); in php_url_parse_ex2()
272 if (port >= 0 && port <= 65535 && end != port_buf) { in php_url_parse_ex2()
472 unsigned char const *from, *end; in php_url_encode() local
476 end = (unsigned char *)s + len; in php_url_encode()
480 while (from < end) { in php_url_encode()
/PHP-7.4/ext/spl/tests/
H A Drecursivecomparedualiterator.inc19 /** Used to keep end of recursion equality. That is en leaving a nesting
20 * level we need to check whether both child iterators are at their end.
/PHP-7.4/ext/ffi/tests/
H A D028.phpt50 FFI\ParserException: flexible array member not at end of struct at line 1
51 FFI\ParserException: flexible array member not at end of struct at line 1
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_with_keys.phpt7 end($array);
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt49 echo "Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction\n";
63 echo "Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction\n";
110 Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction
114 Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_003.phpt15 phar error: end of central directory not found in zip-based phar "%sfilecomment.zip"
/PHP-7.4/ext/phar/tests/
H A Dbug71498.phpt16 phar error: end of central directory not found in zip-based phar "%s%ebug71498.zip"
/PHP-7.4/ext/standard/tests/serialize/
H A D__serialize_006.phpt14 Notice: unserialize(): Unexpected end of serialized data in %s on line %d
/PHP-7.4/tests/output/
H A Dob_get_contents_basic_001.phpt43 echo "\ncheck that no contents found after an end\n";
70 check that no contents found after an end

Completed in 39 milliseconds

12345678910>>...28