Home
last modified time | relevance | path

Searched refs:is_array (Results 1 – 25 of 161) sorted by path

1234567

/php-src/Zend/tests/
H A Darginfo_zpp_mismatch.inc21 || (is_array($function) && get_class($function[0]) === mysqli::class
H A Dbug45744.phpt11 if (!is_array($value)) {
H A Dbug60169.phpt7 list($a,$b) = is_array($arr)? $arr : $arr;
8 list($c,$d) = is_array($arr)?: NULL;
H A Dbug68215.phpt46 if (is_array($fruit))
H A Dclosure_061.phpt83 if (is_array($fn)) {
H A Dfake_closure_in_internal_func_leaks.phpt6 $c = \is_array(...);
H A Dget_defined_functions_basic.phpt20 if (!is_array($func)) {
25 if (!is_array($func["internal"])) {
37 if (!is_array($func["user"])) {
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc22 if (is_array($value)) {
/php-src/Zend/
H A Dzend_vm_gen.php1075 if (is_array($gen_order)) {
1733 if (is_array($gen_order)) {
1835 if (is_array($gen_order)) {
/php-src/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt15 if (!is_array($tran)) {
H A DDateTimeZone_listIdentifiers_basic1.phpt12 var_dump(is_array($zones));
H A Dbug75928.phpt6 var_dump(is_array(DateTimeZone::listIdentifiers(\DateTimeZone::ALL, null)));
H A Dtimezone_identifiers_list_basic1.phpt12 var_dump(is_array($zones));
/php-src/ext/dom/
H A Dxpath_callbacks.c153 …row(const zend_string *name, php_dom_xpath_callback_name_validation name_validation, bool is_array) in php_dom_xpath_is_callback_name_valid_and_throw() argument
156 if (is_array) { in php_dom_xpath_is_callback_name_valid_and_throw()
/php-src/ext/enchant/tests/
H A Dbroker_describe.phpt33 if (is_array($provider)) {
H A Dbroker_dict_exists.phpt10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Dbroker_free_02.phpt10 if(!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed…
H A Dbroker_free_dict.phpt10 if(!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed…
H A Dbroker_list_dicts.phpt31 if (is_array($brokerListDicts)) {
H A Dbroker_request_dict.phpt10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
17 if (is_array($dicts)) {
H A Dbroker_request_dict_01.phpt10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
17 if (is_array($dicts)) {
H A Dbroker_set_ordering.phpt10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_add_to_personal.phpt10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_add_to_session.phpt10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_check.phpt10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…

Completed in 31 milliseconds

1234567