Home
last modified time | relevance | path

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

1...<<11

/PHP-5.5/Zend/
H A Dzend_vm_def.h4374 zend_bool isset = 1; variable
4386 isset = 0;
4389 isset = 0;
4422 isset = 0;
4427 isset = 0;
4444 if (!isset || !i_zend_is_true(*value)) {
4472 int isset = 0; variable
4486 isset = 1;
4501 isset = 1;
4506 isset = 1;
[all …]
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.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt78 } while (isset($valid_options[$invalid]));
H A Dpdo_mysql_stmt_closecursor.phpt52 if (!isset($row2['label']) || ('z' !== $row2['label']))
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt9 if (!isset($config['ENV']['PDOTEST_DSN']) || $config['ENV']['PDOTEST_DSN']===false) print 'skip';
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt220 if (!isset($expected_flags[$field->name])) {
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.5/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt17 if (isset($ignore[$func->name]))
H A Dmysql_pconn_max_links.phpt127 if (isset($running_threads[$pthread_id]))
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt48 if (isset($table[$str])) {
/PHP-5.5/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.5/
H A DNEWS2388 . Fixed bug #63982 (isset() inconsistently produces a fatal error on
3097 . Fixed bug #61347 (inconsistent isset behavior of Arrayobject). (Laruence)
3734 . Fixed bug #61347 (inconsistent isset behavior of Arrayobject). (Laruence)
5329 - Fixed bug #50255 (isset() and empty() silently casts array to object).
5356 - Fixed bug #50152 (ReflectionClass::hasProperty behaves like isset() not
6465 - Fixed bug #45622 (isset($arrayObject->p) misbehaves with
8879 . Fixed isset/empty/(bool) behavior
9258 - Fixed bug #35342 (isset(DOMNodeList->length) returns false). (Rob)
9486 - Fixed bug #33512 (Add missing support for isset()/unset() overloading to
9671 - Fixed bug #31478 (segfault with empty() / isset()). (Moriyoshi)
[all …]

Completed in 69 milliseconds

1...<<11