Searched refs:back (Results 1 – 25 of 102) sorted by relevance
12345
/PHP-7.2/ext/standard/tests/array/ |
H A D | array_column_variant.phpt | 11 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-7.2/ext/standard/tests/file/ |
H A D | fseek_variation3.phpt | 26 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 D | fopencookie.phpt | 9 * stream and that is passed back to the ZE to include. 11 * file, and that temporary file is passed back to the ZE.
|
/PHP-7.2/ext/date/tests/ |
H A D | strtotime_variation_scottish.phpt | 6 var_dump(date('H:i:s', strtotime('back of 7'))); 8 var_dump(date('H:i:s', strtotime('back of 19')));
|
H A D | date-time-modify-times.phpt | 10 'back of 4pm',
|
/PHP-7.2/ext/pdo_dblib/tests/ |
H A D | bug_73396.phpt | 12 // on 64-bit machines, these columns should come back as ints 13 // on 32-bit machines, they will come back as strings because zend_long isn't big enough
|
/PHP-7.2/ext/oci8/tests/ |
H A D | lob_044.phpt | 42 // Read it back 44 echo "\nTest 2 - read it back\n"; 71 Test 2 - read it back
|
/PHP-7.2/ext/zlib/tests/ |
H A D | gzencode_variation1-win32.phpt | 37 $back = gzdecode(gzdecode($output)); 38 var_dump($data === $back);
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | crypt_blowfish_variation2.phpt | 2 Test Blowfish crypt() does not fall back to DES when rounds are not specified,
|
/PHP-7.2/Zend/tests/generators/ |
H A D | generator_send.phpt | 2 Values can be sent back to the generator
|
/PHP-7.2/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_autocommit_1.phpt | 30 echo "Change setting back to true - "; 60 Change setting back to true - PDO::ATTR_AUTOCOMMIT: bool(true)
|
/PHP-7.2/ext/mbstring/tests/ |
H A D | zend_multibyte-05.phpt | 11 // back to UTF-8. There should be only a pair of consecutive bytes that is
|
H A D | zend_multibyte-09.phpt | 12 // back to UTF-8. There should be only a pair of consecutive bytes that is
|
/PHP-7.2/ext/ftp/tests/ |
H A D | bug37799.phpt | 2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
|
/PHP-7.2/ext/standard/tests/assert/ |
H A D | assert_basic2.phpt | 2 assert() - basic - correct call back values before and after assert.
|
H A D | assert03.phpt | 30 /* Modify call back using ini_set() */
|
/PHP-7.2/ext/intl/tests/ |
H A D | collator_get_set_strength.phpt | 13 * Set given collation strength, then get it back
|
H A D | resourcebundle_arrayaccess.phpt | 9 // fall back
|
H A D | resourcebundle_iterator.phpt | 9 // fall back
|
H A D | resourcebundle_create.phpt | 22 // fall back
|
H A D | resourcebundle_individual.phpt | 11 // fall back
|
/PHP-7.2/ext/spl/tests/ |
H A D | arrayObject_setFlags_basic2.phpt | 2 SPL: Ensure access to non-visible properties falls back to dimension access with ArrayObject::ARRAY…
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_prompt.h | 47 PHPDBG_COMMAND(back);
|
/PHP-7.2/sapi/fpm/tests/ |
H A D | socket-ipv4-fallback.phpt | 2 FPM: Socket port connection falls back to IPv4
|
/PHP-7.2/ext/standard/tests/dir/ |
H A D | rewinddir_error.phpt | 6 * Description: Rewind dir_handle back to the start
|
Completed in 25 milliseconds
12345