Home
last modified time | relevance | path

Searched refs:where (Results 26 – 50 of 165) sorted by last modified time

1234567

/PHP-5.5/ext/standard/tests/array/
H A Dkey_variation2.phpt11 * Pass arrays where keys are different data types as $array_arg to key() to test behaviour
H A Dkey_variation4.phpt38 //See where internal pointer is after adding more elements
H A Deach_variation3.phpt12 * Pass each() arrays where the keys are different data types to test behaviour
H A Dcurrent_variation4.phpt39 //See where internal pointer is after adding more elements
H A Darray_values_variation3.phpt11 * Pass arrays where the keys are different data types as $input argument
H A Darray_shift_variation2.phpt11 * Pass arrays where values are of one data type to test behaviour of array_shift()
H A Darray_push_variation6.phpt11 * Pass array_push arrays where the keys are different data types.
H A Darray_key_exists_variation8.phpt12 * Pass an array where the keys are different data types as the $search argument
13 * then pass many different data types as $key argument to test where array_key_exist()
/PHP-5.5/ext/spl/tests/
H A Diterator_071.phpt2 SPL: RecursiveIteratorIterator - Test where the case is RS_SELF and mode is CHILD_FIRST
/PHP-5.5/ext/snmp/tests/
H A DREADME19 To run test suite you may use this command (presuming that you pwd is where
/PHP-5.5/ext/session/
H A Dsession.c2524 static zend_bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress TS…
2528 if (!PG(http_globals)[where]) {
2532 …if (zend_hash_find(Z_ARRVAL_P(PG(http_globals)[where]), PS(session_name), progress->sname_len+1, (…
/PHP-5.5/ext/pspell/
H A DREADME34 If that location is different, please specify it in --with-pspell=PATH, where
/PHP-5.5/ext/phar/tests/
H A Dtest_alias_unset.phpt2 Phar: test for the odd case where we intend to remove an archive from memory
H A Dfopen_edgecases.phpt45 // this tests coverage of the case where the phar exists and has no files
H A Dbug52013.phpt4 Test for a bug where Phar::decompressFiles() mistakenly throws BadMethodCallException.
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt21 $res = $db->prepare('SELECT foo from test where bar = ?');
56 $res = $db->prepare('SELECT foo from test where bar = ?', array(
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt40 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 1");
58 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 2");
H A Dpdo_oci_fread_1.phpt36 $s = $dbh->query("select data from pdo_oci_fread_tab where id = 1");
/PHP-5.5/ext/pdo_oci/
H A Dconfig.m469 You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_HOME.
105 … AC_MSG_ERROR([I'm too dumb to figure out where the include dir is in your Instant Client install])
114 … AC_MSG_ERROR([I'm too dumb to figure out where the libraries are in your Instant Client install])
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_61207.phpt19 select * from test where id = ?;
20 update test set id = 2 where id = ?;');
34 $handle2 = $db->prepare('select * from test where id = ?;
35 update test set id = 1 where id = ?;');
50 $handle3 = $db->prepare('update test set id = 2 where id = ?;
51 select * from test where id = ?;');
67 update test set id = 2 where id = ?;
68 select * from test where id = ?;');
/PHP-5.5/ext/pdo/tests/
H A Dpdo_024.phpt29 var_dump($db->query('select name from test where id=0')->fetchColumn());
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_variation1.phpt10 //test passing in the same variable where 1 is by value, the other is a different
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput81155 A missing angle <user\@some.where
1747 A missing angle <user\@some.where
H A DtestinputEBC3 functionality is working. It catches cases where explicit values such as 0x0a
H A Dtestoutput11151 A missing angle <user\@some.where
1152 0: user@some.where
1752 A missing angle <user\@some.where
1753 0: user@some.where
6170 /-- This tests for an IPv6 address in the form where it can have up to

Completed in 63 milliseconds

1234567