Home
last modified time | relevance | path

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

1234

/php-src/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-src/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-src/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)
H A Ddate-time-modify-times.phpt10 'back of 4pm',
/php-src/ext/zlib/tests/
H A Dgzencode_variation1-win32.phpt21 $back = gzdecode(gzdecode($output));
22 var_dump($data === $back);
/php-src/ext/pdo_dblib/tests/
H A Dbug_73396.phpt17 // 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 Dmb_strtolower_basic.phpt47 // 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 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
H A Dmb_convert_case_various_mode.phpt33 // 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 Dcrypt_blowfish_variation2.phpt2 Test Blowfish crypt() does not fall back to DES when rounds are not specified,
/php-src/Zend/tests/generators/
H A Dgenerator_send.phpt2 Values can be sent back to the generator
/php-src/ext/ftp/tests/
H A Dbug37799.phpt2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
/php-src/ext/pcre/tests/
H A Dctype_back_to_c.phpt2 Changing LC_CTYPE back to C
/php-src/ext/pdo_mysql/tests/
H A Dbug70066.phpt20 // so this will fall back to emulation.
/php-src/ext/intl/tests/
H A Dcollator_get_set_strength.phpt13 * Set given collation strength, then get it back
H A Dresourcebundle_iterator.phpt9 // fall back
H A Dresourcebundle_create.phpt22 // fall back
H A Dresourcebundle_arrayaccess.phpt9 // fall back
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.h45 PHPDBG_COMMAND(back);
/php-src/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-src/sapi/fpm/tests/
H A Dsocket-ipv4-fallback.phpt2 FPM: Socket port connection falls back to IPv4

Completed in 20 milliseconds

1234