Home
last modified time | relevance | path

Searched refs:get_class (Results 126 – 150 of 172) sorted by relevance

1234567

/PHP-7.2/ext/phar/tests/tar/
H A Dphar_buildfromiterator7.phpt43 var_dump(get_class($e));
H A Dphar_buildfromiterator8.phpt17 var_dump(get_class($e));
/PHP-7.2/ext/phar/tests/
H A Dphar_buildfromiterator7.phpt43 var_dump(get_class($e));
H A Dphar_buildfromiterator4.phpt50 var_dump(get_class($e));
H A Dphar_buildfromiterator8.phpt16 var_dump(get_class($e));
/PHP-7.2/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt44 var_dump(get_class($e));
H A Dphar_buildfromiterator7.phpt43 var_dump(get_class($e));
H A Dphar_buildfromiterator8.phpt17 var_dump(get_class($e));
/PHP-7.2/ext/reflection/tests/
H A Dbug66430.phpt29 echo "closure cl of c(alpha.bravo): ", get_class($reflectionC->getClosureThis()).PHP_EOL;
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt29 if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) {
H A Dmysqli_stmt_get_warnings.phpt68 if ('mysqli_warning' !== get_class($warning))
69 printf("[012] Expecting object of type mysqli_warning got type '%s'", get_class($warning));
H A Dmysqli_stmt_get_result_metadata.phpt25 if (!is_object($res = mysqli_stmt_get_result($stmt)) || 'mysqli_result' != get_class($res)) {
31 'mysqli_result' != get_class($res_meta)) {
49 if (!is_object($res = mysqli_stmt_get_result($stmt)) || 'mysqli_result' != get_class($res)) {
55 'mysqli_result' != get_class($res_meta)) {
H A Dmysqli_get_warnings.phpt45 if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) {
52 $properties = array_merge(get_object_vars($warning), get_class_vars(get_class($warning)));
74 if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) {
H A Dmysqli_class_mysqli_driver_interface.phpt50 $variables = array_keys(get_class_vars(get_class($driver)));
/PHP-7.2/ext/standard/tests/array/
H A Dbug77135.phpt37 echo " \$this = " . get_class($this) . "\n";
/PHP-7.2/ext/spl/tests/
H A Dspl_autoload_008.phpt58 echo get_class($e) . ": " . $e->getMessage() . "\n";
/PHP-7.2/ext/dom/tests/
H A DDOMNode_removeChild_basic.phpt32 echo "Course: $title:";echo get_class($current), "\n";
H A DDOMNode_cloneNode_basic.phpt32 echo "Course: $title:";echo(get_class($current)), "\n";
/PHP-7.2/ext/soap/tests/
H A Dtypemap009.phpt33 $classname=get_class($book);
H A Dclassmap001.phpt29 $classname=get_class($book);
H A Dtypemap001.phpt38 $classname=get_class($book);
H A Dtypemap005.phpt38 $classname=get_class($book);
/PHP-7.2/tests/classes/
H A Dinterface_implemented.phpt16 echo 'is_a('.get_class($this).', '.$sub.') = '.(($this instanceof $sub) ? 'yes' : 'no')."\n";
/PHP-7.2/Zend/tests/
H A Dclosure_061.phpt86 $fnStr = is_object($fn[0]) ? "(new " . get_class($fn[0]) . ")->$fn[1]" : "$fn[0]::$fn[1]";
98 $objStr = $obj ? "new " . get_class($obj) : "null";
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug72294.phpt62 $this->testName = get_class($failedTest);

Completed in 23 milliseconds

1234567