Searched refs:back (Results 1 – 25 of 82) sorted by relevance
1234
/php-src/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"; 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 D | array_intersect_ukey_variation6.phpt | 12 //Call back function
|
/php-src/ext/standard/tests/file/ |
H A D | fseek_variation3.phpt | 20 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 D | fopencookie.phpt | 8 * stream and that is passed back to the ZE to include. 10 * file, and that temporary file is passed back to the ZE.
|
/php-src/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 | bug81097.phpt | 2 Bug #81097 (DateTimeZone silently falls back to UTC when providing an offset with seconds)
|
H A D | date-time-modify-times.phpt | 10 'back of 4pm',
|
/php-src/ext/zlib/tests/ |
H A D | gzencode_variation1-win32.phpt | 21 $back = gzdecode(gzdecode($output)); 22 var_dump($data === $back);
|
/php-src/ext/pdo_dblib/tests/ |
H A D | bug_73396.phpt | 17 // on 64-bit machines, these columns should come back as ints 18 // on 32-bit machines, they will come back as strings because zend_long isn't big enough
|
/php-src/ext/mbstring/tests/ |
H A D | mb_strtolower_basic.phpt | 47 // any number of case-ignorable characters, both when scanning back and when scanning forward 54 // We scan back by at least 63 characters when necessary, 55 // but there is no guarantee that we will scan back further than that
|
H A D | zend_multibyte-05.phpt | 12 // back to UTF-8. There should be only a pair of consecutive bytes that is
|
H A D | zend_multibyte-09.phpt | 13 // back to UTF-8. There should be only a pair of consecutive bytes that is
|
H A D | mb_convert_case_various_mode.phpt | 33 // any number of case-ignorable characters, both when scanning back and when scanning forward 40 // We scan back by at least 63 characters when necessary, 41 // but there is no guarantee that we will scan back further than that
|
/php-src/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-src/Zend/tests/generators/ |
H A D | generator_send.phpt | 2 Values can be sent back to the generator
|
/php-src/ext/ftp/tests/ |
H A D | bug37799.phpt | 2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
|
/php-src/ext/pcre/tests/ |
H A D | ctype_back_to_c.phpt | 2 Changing LC_CTYPE back to C
|
/php-src/ext/pdo_mysql/tests/ |
H A D | bug70066.phpt | 20 // so this will fall back to emulation.
|
/php-src/ext/intl/tests/ |
H A D | collator_get_set_strength.phpt | 13 * Set given collation strength, then get it back
|
H A D | resourcebundle_iterator.phpt | 9 // fall back
|
H A D | resourcebundle_create.phpt | 22 // fall back
|
H A D | resourcebundle_arrayaccess.phpt | 9 // fall back
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.h | 45 PHPDBG_COMMAND(back);
|
/php-src/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-src/sapi/fpm/tests/ |
H A D | socket-ipv4-fallback.phpt | 2 FPM: Socket port connection falls back to IPv4
|
Completed in 20 milliseconds
1234