Home
last modified time | relevance | path

Searched refs:success (Results 26 – 50 of 76) sorted by relevance

1234

/PHP-8.2/ext/random/tests/03_randomizer/
H A Dserialize.phpt42 die('success');
50 success
H A Dconstruct_twice.phpt43 die('success');
52 success
/PHP-8.2/ext/random/tests/03_randomizer/methods/
H A DgetInt.phpt44 die('success');
54 success
H A DshuffleArray.phpt43 die('success');
53 success
H A DshuffleBytes.phpt50 die('success');
60 success
H A DpickArrayKeys.phpt74 die('success');
84 success
/PHP-8.2/ext/spl/tests/
H A DSplHeap_isEmpty.phpt2 Check that SplHeap::isEmpty standard success test
H A DSplObjectStorage_offsetGet.phpt2 Standard success for SplObjectStorage::offsetGet
/PHP-8.2/ext/phar/tests/
H A Dbug79912.phpt13 var_dump($file->compress(Phar::GZ)); //true (success)
16 var_dump($phar->decompressFiles()); //true (success)
H A Dfrontcontroller21.phpt2 Phar front controller $_SERVER munging success
/PHP-8.2/ext/pdo/tests/
H A Dpdo_024.phpt37 echo "bind: success\n";
44 bind: success
/PHP-8.2/ext/reflection/tests/
H A Dbug26640.phpt11 print "autoload success\n";
/PHP-8.2/ext/standard/tests/assert/
H A Dassert_return_value.phpt2 assert() returns boolean on success or failure
/PHP-8.2/Zend/tests/readonly_classes/
H A Dgh9285_success.phpt2 Bug GH-9285: PHP 8.2 readonly classes allow inheriting mutable properties from traits - success
/PHP-8.2/Zend/tests/assert/
H A Dexpect_005.phpt9 /* by passing we test there are no leaks upon success */
/PHP-8.2/ext/xsl/tests/
H A Dbug70535.phpt10 …tp://www.w3.org/1999/XSL/Transform"><xsl:template match="root"><xsl:text>success</xsl:text></xsl:t…
/PHP-8.2/ext/session/tests/
H A Dsave_handler.inc32 // MUST return bool. Return TRUE for success.
44 // MUST return bool. Return TRUE for success.
85 // MUST return bool. Return TRUE for success.
98 // MUST return bool. Return TRUE for success.
175 // MUST return bool. Return TRUE for success.
/PHP-8.2/ext/xml/tests/
H A Dbug32001.phpt107 $success = @xml_parse($parser, $data, true);
111 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
112 if (!$success) {
116 if ($success) {
117 $success = @xml_parse($parser, "", true);
126 if ($success) {
/PHP-8.2/ext/gd/tests/
H A Davif_decode_encode.phpt58 function echo_status($success) {
59 echo $success ? "ok\n" : "failed\n";
/PHP-8.2/Zend/tests/type_declarations/variance/
H A Dparent_in_class_success.phpt2 Use of parent inside a class that has / has no parent (success cases)
/PHP-8.2/ext/tokenizer/
H A Dtokenizer.c462 bool success; in tokenize_parse() local
482 if((success = (zendparse() == SUCCESS))) { in tokenize_parse()
497 return success; in tokenize_parse()
506 int success = tokenize(return_value, source, token_class); in tokenize_common() local
509 return success; in tokenize_common()
/PHP-8.2/ext/phar/tests/cache_list/
H A Dfrontcontroller21.phpt2 Phar front controller $_SERVER munging success [cache_list]
/PHP-8.2/ext/phar/tests/tar/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success tar-based
/PHP-8.2/ext/phar/tests/zip/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success zip-based
/PHP-8.2/ext/sysvsem/tests/
H A Dnowait.phpt111 echo "C: success acquired semaphore.\n";
128 C: success acquired semaphore.

Completed in 65 milliseconds

1234