Home
last modified time | relevance | path

Searched refs:new (Results 6376 – 6400 of 6955) sorted by relevance

1...<<251252253254255256257258259260>>...279

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug55639.phpt34 $client = new soapclient(NULL, [
H A Dbug73182.phpt29 $client = new soapclient(NULL, [
/PHP-8.3/ext/standard/tests/array/
H A Darray_diff_uassoc_variation2.phpt83 'instance of classWithToString' => new classWithToString(),
84 'instance of classWithoutToString' => new classWithoutToString(),
H A Darray_key_exists.phpt76 $key_check_obj = new key_check; //new object
H A Darray_udiff_assoc_variation1.phpt75 'instance of classWithToString' => new classWithToString(),
76 'instance of classWithoutToString' => new classWithoutToString(),
H A Darray_udiff_uassoc_variation1.phpt76 'instance of classWithToString' => new classWithToString(),
77 'instance of classWithoutToString' => new classWithoutToString(),
H A Darray_udiff_variation1.phpt75 'instance of classWithToString' => new classWithToString(),
76 'instance of classWithoutToString' => new classWithoutToString(),
H A Darray_uintersect_assoc_variation1.phpt75 'instance of classWithToString' => new classWithToString(),
76 'instance of classWithoutToString' => new classWithoutToString(),
H A Darray_uintersect_uassoc_variation1.phpt76 'instance of classWithToString' => new classWithToString(),
77 'instance of classWithoutToString' => new classWithoutToString(),
H A Darray_uintersect_variation1.phpt75 'instance of classWithToString' => new classWithToString(),
76 'instance of classWithoutToString' => new classWithoutToString(),
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_affected_rows_oo.phpt13 $mysqli = new mysqli();
20 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
/PHP-8.3/ext/pdo/tests/
H A Dpdo_018.phpt93 $objs[0] = new stdClass;
94 $objs[1] = new TestBase;
95 $objs[2] = new TestDerived;
96 $objs[3] = new TestLeaf;
/PHP-8.3/tests/classes/
H A Dstatic_properties_003.phpt11 $c = new C;
/PHP-8.3/ext/oci8/tests/
H A Dconnect_scope_try4.phpt36 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try5.phpt36 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try6.phpt36 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
/PHP-8.3/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt60 $tester = new FPM\Tester($cfg);
/PHP-8.3/ext/phar/tests/
H A Dphar_metadata_read.phpt26 $phar = new Phar($fname);
H A Dphar_offset_check.phpt14 $phar = new Phar($fname);
/PHP-8.3/ext/reflection/tests/
H A D007.phpt11 $ref = new ReflectionClass($class);
H A DReflectionClass_getMethods_001.phpt33 $rc = new ReflectionClass($class);
H A DReflectionParameter_003.phpt22 $refMethod = new ReflectionMethod('ReflectTestClass', 'staticMethod');
H A DReflectionProperty_getDocComment_basic.phpt35 $rc = new ReflectionClass($class);
/PHP-8.3/ext/standard/tests/strings/
H A Dstrval_variation1.phpt67 /*28*/ new MyClass(),
/PHP-8.3/ext/xmlreader/tests/
H A Dbug70309.phpt15 $doc = new \XMLReader();

Completed in 26 milliseconds

1...<<251252253254255256257258259260>>...279