Home
last modified time | relevance | path

Searched refs:is_array (Results 51 – 75 of 104) sorted by relevance

12345

/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt24 …printf( "(%s) (%d) %s\n", $test_enc, mb_ereg_search_getpos(), mb_convert_encoding( ( is_array( $re…
H A Dmb_ereg_variation1.phpt79 if (@is_array($regs)){
H A Dmb_ereg_variation4.phpt42 if (is_array(@$regs)) {
H A Dmb_ereg_variation3.phpt39 if (is_array(@$regs)) {
H A Dmb_ereg_variation2.phpt95 if (@is_array($regs)){
H A Dbug43994.phpt28 if(@is_array($mb_regs)){
/PHP-5.5/ext/json/tests/
H A Dserialize.phpt30 return array_values(is_array($this->data) ? $this->data : get_object_vars($this->data));
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_test.inc24 if (is_array($cont))
/PHP-5.5/ext/phar/tests/files/
H A Dphar_test.inc24 if (is_array($cont))
/PHP-5.5/ext/spl/internal/
H A Drecursivearrayiterator.inc36 return is_array($this->current());
/PHP-5.5/ext/standard/tests/strings/
H A Dstripslashes_variation4.phpt27 $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_query_unicode.phpt62 if (!is_array($tmp) || empty($tmp) || !isset($tmp['п_версия']) || ('' == $tmp['п_версия'])) {
77 if (!is_array($tmp) || empty($tmp) || !isset($tmp['ф_версия']) || ('' == $tmp['ф_версия'])) {
H A Dmysqli_query.phpt63 if (!is_array($tmp) || empty($tmp) || !isset($tmp['p_version']) || ('' == $tmp['p_version'])) {
78 if (!is_array($tmp) || empty($tmp) || !isset($tmp['f_version']) || ('' == $tmp['f_version'])) {
H A Dmysqli_class_mysqli_result_interface.phpt94 ((is_array($mysqli_result->lengths)) ? implode(' ', $mysqli_result->lengths) : 'n/a'),
96 ((is_array($tmp)) ? implode(' ', $tmp) : 'n/a'),
/PHP-5.5/ext/soap/tests/
H A Dserver013.phpt9 if (is_array($a)) {
/PHP-5.5/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt48 if(is_array($m->parameters))
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt162 array("test" => "is_array"),
750 'test' => 'is_array',
753 'test' => 'is_array',
756 'test' => 'is_array',
/PHP-5.5/Zend/RFCs/
H A D003.txt39 is_array and is_object should give developers all the information they
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php321 if (is_array($val)) {
443 … } else if (is_array($soap_test->method_params) && count($soap_test->method_params) == 1) {
446 … } else if (is_array($soap_test->method_params) && count($soap_test->method_params) == 0) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt19 if ($suppress_warning || (is_array($error_info) && isset($error_info['prepare'])))
24 if (is_array($error_info) && isset($error_info['prepare'])) {
51 if ($suppress_warning || (is_array($error_info) && isset($error_info['execute'])))
67 if (is_array($error_info) && isset($error_info['execute'])) {
/PHP-5.5/main/
H A Dphp_variables.c63 zend_bool is_array = 0; in php_register_variable_ex() local
97 is_array = 1; in php_register_variable_ex()
123 if (is_array) { in php_register_variable_ex()
197 is_array = 1; in php_register_variable_ex()
/PHP-5.5/ext/spl/tests/
H A Diterator_021.phpt105 if (is_array($v)) $v = join('',$v);
H A Diterator_022.phpt118 if (is_array($v)) $v = join('',$v);
H A Diterator_034.phpt101 if (is_array($v)) $v = join('',$v);
/PHP-5.5/ext/standard/
H A Dtype.c298 PHP_FUNCTION(is_array) in PHP_FUNCTION() argument

Completed in 80 milliseconds

12345