Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_kill.phpt38 if (!isset($running_threads[$thread_id]))
41 if (!isset($running_threads[$pthread_id]))
59 if (isset($running_threads2[$pthread_id]))
61 if (!isset($running_threads2[$thread_id]))
/PHP-5.5/Zend/tests/
H A Dbug53347.phpt10 return isset( self::${$type}[$key] );
H A Dmagic_by_ref_005.phpt13 var_dump(isset($t->$name));
H A Dbug47353.phpt13 if(!isset($myArray[$i]))
H A Dbug50146.phpt13 var_dump(isset($obj->a));
H A Dbug28377.phpt15 echo isset($btInfo[0]['args']) ? count($btInfo[0]['args']) : 'does not exist';
H A Dbug32799.phpt8 if (!isset($GLOBALS['p'])) {
H A Dbug51822.phpt32 if (!isset(Test::$mystatic))
H A Dbug54262.phpt6 var_dump(isset($a['b']));
/PHP-5.5/ext/pgsql/tests/
H A D21pg_get_notify.phpt17 isset($msg['message'],$msg['pid']) ? print 'OK' : print 'NG';
/PHP-5.5/ext/spl/tests/
H A Dbug61453.phpt10 if(isset($objects[$object])){
H A Dfixedarray_002.phpt59 var_dump(isset($a[1]), isset($a[2]), empty($a[1]), empty($a[2]));
H A DarrayObject___construct_basic2.phpt38 var_dump(isset($ao->prop), isset($ao['prop']));
/PHP-5.5/tests/lang/
H A Dbug20175.phpt29 if (!isset($foo_value)) {
53 if (!isset($bar_value)) {
80 if (!isset($wow_value)) {
116 if (!isset(self::$oop_value)) {
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc252 if (isset($found)) {
476 if (isset($stub)) {
535 if (isset($stub) && isset($loader)) {
637 if (isset($regex)) {
727 if (isset($regex)) {
1248 if (isset($index)) {
1273 if (isset($entry)) {
1322 if (isset($entry)) {
1336 if (isset($index)) {
1389 if (isset($entry)) {
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug51096.phpt20 '; first-day-of: ', isset( $rel['first_day_of_month'] ) ? 'true' : 'false',
21 '; last-day-of: ', isset( $rel['last_day_of_month'] ) ? 'true' : 'false', "\n";
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller4.phar5 if (isset($b[$a])) return $b[$a];
H A Dfrontcontroller3.phar5 if (isset($b[$a])) return $b[$a];
H A Dfrontcontroller3.phar.inc11 if (isset($b[$a])) return $b[$a];
H A Dfrontcontroller4.phar.inc11 if (isset($b[$a])) return $b[$a];
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller4.phar5 if (isset($b[$a])) return $b[$a];
H A Dfrontcontroller3.phar5 if (isset($b[$a])) return $b[$a];
H A Dfrontcontroller4.phar.inc11 if (isset($b[$a])) return $b[$a];
/PHP-5.5/tests/classes/
H A Dstatic_properties_003.phpt13 var_dump(isset($c->x));
22 var_dump(isset($c->y));
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_kill.phpt39 if (!isset($processlist[$thread_id]))
41 if (!isset($processlist[$pthread_id]))
55 if (isset($processlist2[$pthread_id])) {
62 if (!isset($processlist2[$thread_id]))

Completed in 122 milliseconds

1234567891011