Home
last modified time | relevance | path

Searched refs:isset (Results 251 – 257 of 257) sorted by relevance

1...<<11

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt110 if (isset($running_threads[$pthread_id]))
H A Dmysqli_stmt_bind_result_format.phpt229 } while (isset($values[$trend]));
H A Dmysqli_stmt_bind_param.phpt373 else if (isset($row['label']) && ($values['label'] != $row['label']))
/PHP-5.4/scripts/dev/
H A Dgenerate-phpt.phar408 if (isset(self::$classMap[$class])) {
447 if (!isset($array[$index]))
494 if (!isset($this->options[$option])) {
506 return isset($this->options[$option]);
/PHP-5.4/Zend/
H A DZEND_CHANGES752 if(isset($this->x[$nm])) {
764 if(isset($this->x[$nm])) {
929 $b = isset($obj[0]); // calls offsetExists(0)
/PHP-5.4/
H A DUPGRADING165 return false on isset() and true on empty(), and produce warning if
H A DNEWS1199 . Fixed bug #63982 (isset() inconsistently produces a fatal error on
1908 . Fixed bug #61347 (inconsistent isset behavior of Arrayobject). (Laruence)
2545 . Fixed bug #61347 (inconsistent isset behavior of Arrayobject). (Laruence)
4140 - Fixed bug #50255 (isset() and empty() silently casts array to object).
4167 - Fixed bug #50152 (ReflectionClass::hasProperty behaves like isset() not
5276 - Fixed bug #45622 (isset($arrayObject->p) misbehaves with
7690 . Fixed isset/empty/(bool) behavior
8069 - Fixed bug #35342 (isset(DOMNodeList->length) returns false). (Rob)
8297 - Fixed bug #33512 (Add missing support for isset()/unset() overloading to
8482 - Fixed bug #31478 (segfault with empty() / isset()). (Moriyoshi)
[all …]

Completed in 36 milliseconds

1...<<11