Home
last modified time | relevance | path

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

1234

/PHP-5.6/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";
22 -- pass null as second parameter to get back all columns indexed by third parameter --
43 -- pass null as second parameter and bogus third param to get back zero-indexed array of all column…
64 -- pass null as second parameter and no third param to get back array_values(input) --
/PHP-5.6/ext/standard/tests/file/
H A Dfseek_variation3.phpt26 echo "after seek back 1: ".bin2hex(fread($h,1))."\n";
28 echo "after seek back 20: ".bin2hex(fread($h,1))."\n";
48 after seek back 1: 39
50 after seek back 20:
H A Dfopencookie.phpt9 * stream and that is passed back to the ZE to include.
11 * file, and that temporary file is passed back to the ZE.
/PHP-5.6/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 Ddate-time-modify-times.phpt10 'back of 4pm',
/PHP-5.6/ext/oci8/tests/
H A Dlob_044.phpt42 // Read it back
44 echo "\nTest 2 - read it back\n";
71 Test 2 - read it back
/PHP-5.6/ext/zlib/tests/
H A Dgzencode_variation1-win32.phpt37 $back = gzdecode(gzdecode($output));
38 var_dump($data === $back);
/PHP-5.6/ext/ereg/tests/
H A D010.phpt2 Long back references
H A D011.phpt2 \0 back reference
H A D012.phpt2 nonexisting back reference
H A D008.phpt2 Test back-references in regular expressions
/PHP-5.6/ext/mbstring/oniguruma/doc/
H A DRE20 \b back space (0x08)
243 the back reference is possible.
248 \n back reference by group number (n >= 1)
249 \k<n> back reference by group number (n >= 1)
250 \k'n' back reference by group number (n >= 1)
251 \k<-n> back reference by relative group number (n >= 1)
253 \k<name> back reference by group name
254 \k'name' back reference by group name
256 In the back reference by the multiplex definition name,
264 back reference with nest level
[all …]
/PHP-5.6/ext/standard/tests/strings/
H A Dcrypt_blowfish_variation2.phpt2 Test Blowfish crypt() falls back to DES when rounds are not specified,
/PHP-5.6/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt30 echo "Change setting back to true - ";
60 Change setting back to true - PDO::ATTR_AUTOCOMMIT: bool(true)
/PHP-5.6/Zend/tests/generators/
H A Dgenerator_send.phpt2 Values can be sent back to the generator
/PHP-5.6/ext/mbstring/tests/
H A Dzend_multibyte-05.phpt11 // back to UTF-8. There should be only a pair of consecutive bytes that is
H A Dzend_multibyte-09.phpt15 // back to UTF-8. There should be only a pair of consecutive bytes that is
/PHP-5.6/ext/ftp/tests/
H A Dbug37799.phpt2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
/PHP-5.6/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-5.6/ext/standard/tests/assert/
H A Dassert03.phpt30 /* Modify call back using ini_set() */
H A Dassert_basic2.phpt2 assert() - basic - correct call back values before and after assert.
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_prompt.h43 PHPDBG_COMMAND(back);
/PHP-5.6/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

Completed in 25 milliseconds

1234