Home
last modified time | relevance | path

Searched refs:is_array (Results 1 – 25 of 104) sorted by relevance

12345

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_array.phpt2 Test is_array() function
5 /* Prototype: bool is_array ( mixed $var );
21 array("test" => "is_array"),
28 /* loop to check that is_array() recognizes different
33 var_dump( is_array ($var_array) );
36 echo "\n*** Testing is_array() on non array types ***\n";
98 var_dump( is_array ($type) );
103 var_dump( is_array() );
106 var_dump( is_array ($fp, $fp) );
114 *** Testing is_array() on different type of arrays ***
[all …]
H A Dvar_export_basic5.phpt26 "array(\"test\" => \"is_array\")" => array("test" => "is_array"),
199 --Iteration: array("test" => "is_array") --
201 'test' => 'is_array',
204 'test' => 'is_array',
207 'test' => 'is_array',
/PHP-5.5/Zend/tests/
H A Dbug60169.phpt7 list($a,$b) = is_array($arr)? $arr : $arr;
8 list($c,$d) = is_array($arr)?: NULL;
H A Dget_defined_functions_basic.phpt25 if (!is_array($func)) {
30 if (!is_array($func["internal"])) {
42 if (!is_array($func["user"])) {
H A Dbug45744.phpt11 if (!is_array($value)) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt26 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
29 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
49 if (!is_array($info = $link->get_connection_stats()) || empty($info))
67 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
70 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
H A Dmysqli_get_client_stats.phpt36 if (is_array($current) && is_array($expected)) {
43 } else if (is_array($current)) {
64 if (is_array($current) && is_array($expected)) {
89 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
144 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
162 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
186 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
210 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
232 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
246 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
[all …]
H A Dmysqli_poll_kill.phpt44 if (!is_array($links) || empty($links))
58 if (!is_array($errors) || !empty($errors))
61 if (!is_array($reject) || !empty($reject))
149 if (!is_array($links) || empty($links))
164 if (!is_array($errors) || !empty($errors))
167 if (!is_array($reject) || !empty($reject))
/PHP-5.5/tests/security/
H A Dopen_basedir.inc114 var_dump(is_array($function("./../.")));
115 var_dump(is_array($function("../ok")));
116 var_dump(is_array($function("ok.txt")));
117 var_dump(is_array($function("../ok/ok.txt")));
119 var_dump(is_array($function($directory."/test/ok/ok.txt")));
120 var_dump(is_array($function($directory."/test/ok/../ok/ok.txt")));
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_51670.phpt16 if(!is_array($query->getColumnMeta(0))) die('FAIL!');
19 if(!is_array($query->getColumnMeta(0))) die('FAIL!');
/PHP-5.5/ext/standard/tests/array/
H A D003.phpt10 is_array ($a)
12 is_array ($b)
H A Dbug22463.phpt7 return (is_array($ary) ? array_reduce($ary, 'cb', 0) : 1);
/PHP-5.5/ext/imap/tests/
H A Dbug63126.phpt14 if (is_array($errors = imap_errors())) {
36 if (is_array($errors = imap_errors())) {
/PHP-5.5/ext/spl/tests/
H A Dspl_classes.phpt9 var_dump(is_array(spl_classes()));
H A Darray_009a.phpt10 return is_array($this->current());
H A Diterator_002.phpt10 return is_array($this->current());
/PHP-5.5/ext/xsl/tests/
H A Dxslt011.phpt24 if (is_array($id)) {
31 if ($id and is_array($id)) {
/PHP-5.5/ext/tidy/examples/
H A Durlgrab5.php17 $urls = (is_array($urls)) ? $urls : array();
/PHP-5.5/ext/standard/
H A Dphp_type.h37 PHP_FUNCTION(is_array);
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.php19 if (is_array($token)) {
/PHP-5.5/ext/simplexml/tests/
H A Dbug48601.phpt12 if (! is_array($nodes)) {
/PHP-5.5/ext/posix/tests/
H A Dposix_getgroups_basic.phpt13 if (!is_array($groups)) {
/PHP-5.5/ext/enchant/tests/
H A Dbroker_describe.phpt16 if (is_array($provides)) {
H A Dbroker_request_dict.phpt15 if (is_array($dicts)) {
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback.phpt12 if (is_array($input)) {

Completed in 31 milliseconds

12345