Home
last modified time | relevance | path

Searched refs:isset (Results 76 – 100 of 264) sorted by relevance

1234567891011

/PHP-5.5/Zend/tests/
H A Dbug41209.phpt31 return isset($this->containers[(string) $id]);
37 var_dump(isset($cache[$id]));
H A Dobject_handlers.phpt52 isset($x["const_dim_isset"]);
75 isset($x[$c."_dim_isset"]);
104 isset($x[$c]);
129 isset($x[f("var_dim_isset")]);
H A Dbug31683.phpt59 isset($foo["ok"]);
63 // isset($foo[]);
H A Dglobals.inc3 var_dump(isset($_SERVER));
H A Derrmsg_007.phpt7 isset($a[]);
H A Dbug27304.phpt10 var_dump(isset($this));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt58 if (isset($not_changed['charset_client']) &&
63 if (isset($not_changed['charset_connection']) &&
68 if (isset($not_changed['charset_results']) &&
73 if (isset($not_changed['collation_connection']) &&
78 if (isset($not_changed['collation_database']) &&
83 if (isset($not_changed['collation_server']) &&
H A Dmysqli_reconnect.phpt34 if (!isset($running_threads[$thread_id_timeout]) ||
35 !isset($running_threads[$thread_id_control]))
67 if (isset($running_threads[$thread_id_timeout]))
104 if (isset($running_threads[$thread_id_timeout]) ||
105 !isset($running_threads[$thread_id_control]))
H A Dmysqli_no_reconnect.phpt32 if (!isset($running_threads[$thread_id_timeout]) ||
33 !isset($running_threads[$thread_id_control]))
65 if (isset($running_threads[$thread_id_timeout]))
111 if (isset($running_threads[$thread_id_timeout]) ||
112 !isset($running_threads[$thread_id_control]))
/PHP-5.5/ext/spl/tests/
H A DarrayObject_magicMethods3.phpt52 echo "\n--> isset existent, non-existent and dynamic:\n";
53 var_dump(isset($ao->a));
54 var_dump(isset($ao->nonexistent));
55 var_dump(isset($ao->dynamic));
138 --> isset existent, non-existent and dynamic:
H A DarrayObject_magicMethods4.phpt55 echo "\n--> isset existent, non-existent and dynamic:\n";
56 var_dump(isset($ao['a']));
57 var_dump(isset($ao['nonexistent']));
58 var_dump(isset($ao['dynamic']));
145 --> isset existent, non-existent and dynamic:
H A DarrayObject_magicMethods5.phpt55 echo "\n--> isset existent, non-existent and dynamic:\n";
56 var_dump(isset($ao->a));
57 var_dump(isset($ao->nonexistent));
58 var_dump(isset($ao->dynamic));
141 --> isset existent, non-existent and dynamic:
H A DarrayObject_magicMethods6.phpt55 echo "\n--> isset existent, non-existent and dynamic:\n";
56 var_dump(isset($ao->a));
57 var_dump(isset($ao->nonexistent));
58 var_dump(isset($ao->dynamic));
145 --> isset existent, non-existent and dynamic:
H A DarrayObject_setFlags_basic1.phpt10 // isset
11 var_dump(isset($ao->p));
/PHP-5.5/tests/classes/
H A D__set__get_005.phpt13 if (isset($this->x[$name])) {
34 if (!isset($this->x[$name])) {
H A D__set__get_001.phpt14 if (isset($this->x[$nm])) {
27 if (isset($this->x[$nm])) {
H A Dtype_hinting_004.phpt30 if (isset($this)) {
37 if (isset($this)) {
55 if (isset($this)) {
62 if (isset($this)) {
H A Dstatic_properties_undeclared_isset.phpt6 var_dump(isset(C::$p));
/PHP-5.5/ext/simplexml/tests/
H A D015.phpt32 //var_dump(isset($people->person['name']));
33 //var_dump(isset($people->person[0]['name']));
/PHP-5.5/tests/strings/
H A Doffsets_chaining_3.phpt8 var_dump(isset($string[0][0][0][0]));
H A Doffsets_chaining_4.phpt8 var_dump(isset($string{0}{0}[0][0]));
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation16.phpt12 * echo(), array(), empty(), eval(), exit(), isset(), list(), print()
27 'isset',
63 Warning: array_map() expects parameter 1 to be a valid callback, function 'isset' not found or inva…
/PHP-5.5/tests/lang/
H A Dbug26869.phpt8 var_dump(isset($a[A]));
H A Dbug26182.phpt11 if (isset($this->x)) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_33689.phpt30 if (!isset($tmp['pdo_type']) || (isset($tmp['pdo_type']) && $tmp['pdo_type'] != 2))

Completed in 107 milliseconds

1234567891011