Home
last modified time | relevance | path

Searched refs:back (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-8.1/ext/standard/tests/array/
H A Darray_column_variant.phpt11 echo "-- pass null as second parameter to get back all columns indexed by third parameter --\n";
14 echo "-- pass null as second parameter and bogus third param to get back zero-indexed array of all …
17 echo "-- pass null as second parameter and no third param to get back array_values(input) --\n";
23 -- pass null as second parameter to get back all columns indexed by third parameter --
44 -- pass null as second parameter and bogus third param to get back zero-indexed array of all column…
65 -- pass null as second parameter and no third param to get back array_values(input) --
H A Darray_intersect_ukey_variation6.phpt12 //Call back function
/PHP-8.1/ext/standard/tests/file/
H A Dfseek_variation3.phpt20 echo "after seek back 1: ".bin2hex(fread($h,1))."\n";
22 echo "after seek back 20: ".bin2hex(fread($h,1))."\n";
42 after seek back 1: 39
44 after seek back 20:
H A Dfopencookie.phpt8 * stream and that is passed back to the ZE to include.
10 * file, and that temporary file is passed back to the ZE.
/PHP-8.1/ext/opcache/tests/
H A Dgh8065.phpt17 %sWarning opcache.consistency_checks is reset back to 0 because it does not work properly (see GH-8…
20 %sWarning opcache.consistency_checks is reset back to 0 because it does not work properly (see GH-8…
23 %sWarning opcache.consistency_checks is reset back to 0 because it does not work properly (see GH-8…
/PHP-8.1/ext/date/tests/
H A Dstrtotime_variation_scottish.phpt6 var_dump(date('H:i:s', strtotime('back of 7')));
8 var_dump(date('H:i:s', strtotime('back of 19')));
H A Dbug81097.phpt2 Bug #81097 (DateTimeZone silently falls back to UTC when providing an offset with seconds)
/PHP-8.1/ext/zlib/tests/
H A Dgzencode_variation1-win32.phpt21 $back = gzdecode(gzdecode($output));
22 var_dump($data === $back);
/PHP-8.1/ext/pdo_dblib/tests/
H A Dbug_73396.phpt14 // on 64-bit machines, these columns should come back as ints
15 // on 32-bit machines, they will come back as strings because zend_long isn't big enough
/PHP-8.1/ext/oci8/tests/
H A Dlob_044.phpt44 // Read it back
46 echo "\nTest 2 - read it back\n";
71 Test 2 - read it back
/PHP-8.1/ext/standard/tests/strings/
H A Dcrypt_blowfish_variation2.phpt2 Test Blowfish crypt() does not fall back to DES when rounds are not specified,
/PHP-8.1/ext/pcre/tests/
H A Dctype_back_to_c.phpt2 Changing LC_CTYPE back to C
/PHP-8.1/Zend/tests/generators/
H A Dgenerator_send.phpt2 Values can be sent back to the generator
/PHP-8.1/ext/mbstring/tests/
H A Dzend_multibyte-05.phpt12 // back to UTF-8. There should be only a pair of consecutive bytes that is
H A Dzend_multibyte-09.phpt13 // back to UTF-8. There should be only a pair of consecutive bytes that is
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt32 echo "Change setting back to true - ";
62 Change setting back to true - PDO::ATTR_AUTOCOMMIT: bool(true)
/PHP-8.1/ext/ftp/tests/
H A Dbug37799.phpt2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug70066.phpt22 // so this will fall back to emulation.
/PHP-8.1/ext/intl/tests/
H A Dcollator_get_set_strength.phpt13 * Set given collation strength, then get it back
H A Dresourcebundle_arrayaccess.phpt9 // fall back
H A Dresourcebundle_iterator.phpt9 // fall back
/PHP-8.1/ext/standard/tests/assert/
H A Dassert03.phpt29 /* Modify call back using ini_set() */
H A Dassert_basic2.phpt2 assert() - basic - correct call back values before and after assert.
/PHP-8.1/ext/spl/tests/
H A DarrayObject_setFlags_basic2.phpt2 SPL: Ensure access to non-visible properties falls back to dimension access with ArrayObject::ARRAY…
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.h45 PHPDBG_COMMAND(back);

Completed in 30 milliseconds

1234