Searched refs:bail (Results 1 – 25 of 40) sorted by relevance
12
/PHP-8.3/ext/ftp/ |
H A D | ftp.c | 134 goto bail; in ftp_open() 154 bail: in ftp_open() 977 bail: in ftp_get() 1058 bail: in ftp_put() 1125 bail: in ftp_append() 1756 bail: in ftp_getdata() 2071 bail: in ftp_genlist() 2140 bail: in ftp_nb_get() 2201 bail: in ftp_nb_continue_read() 2254 bail: in ftp_nb_put() [all …]
|
/PHP-8.3/ext/standard/tests/assert/ |
H A D | assert_basic4.phpt | 6 assert.bail = 0 21 echo "Initial values: ini.get(\"assert.bail\") => [".ini_get("assert.bail")."]\n"; 52 Initial values: ini.get("assert.bail") => [0]
|
H A D | assert_basic3.phpt | 7 assert.bail = 0 16 //bail out on error
|
H A D | assert_error2.phpt | 7 assert.bail = 0 18 //bail out on error
|
H A D | assert04.phpt | 7 assert.bail = 0 22 /* Assert false and bail*/
|
H A D | assert_warnings.phpt | 6 assert.bail = 0
|
H A D | assert_closures.phpt | 6 assert.bail = 0
|
H A D | assert_basic1.phpt | 7 assert.bail = 0
|
H A D | assert_closures_multiple.phpt | 6 assert.bail = 0
|
H A D | assert_basic.phpt | 7 assert.bail = 0
|
H A D | assert_basic2.phpt | 7 assert.bail = 0
|
H A D | assert_basic5.phpt | 7 assert.bail = 0
|
H A D | assert03.phpt | 7 assert.bail = 0
|
H A D | assert.phpt | 7 assert.bail = 0
|
/PHP-8.3/ext/standard/ |
H A D | assert.c | 28 bool bail; variable 124 …STD_PHP_INI_BOOLEAN("assert.bail", "0", PHP_INI_ALL, OnUpdateBailBool, bail, zend_asser… 232 if (ASSERTG(bail)) { in PHP_FUNCTION() 240 if (ASSERTG(bail)) { in PHP_FUNCTION() 287 oldint = ASSERTG(bail); in PHP_FUNCTION()
|
/PHP-8.3/Zend/tests/ |
H A D | gh16293_002.phpt | 2 GH-16293: Exception in assert() callback with bail enabled
|
H A D | gh16293_001.phpt | 2 GH-16293: Exception in assert() callback with bail enabled
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | bug_42499.phpt | 38 // This will bail at you because you have not fetched the SELECT results: this is not a bug!
|
H A D | pdo_mysql___construct_options.phpt | 83 … printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n"); 176 [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_fetch_geom.phpt | 26 // don't bail - column type might not be supported by the server, ignore this
|
H A D | mysqli_stmt_get_result_geom.phpt | 29 // don't bail - column type might not be supported by the server, ignore this
|
H A D | mysqli_stmt_bind_result_bit.phpt | 48 // don't bail - column type might not be supported by the server, ignore this
|
H A D | mysqli_fetch_object.phpt | 121 …I think we should bail out here. The following line will give a Fatal error: Call to private ... f…
|
H A D | mysqli_insert_id.phpt | 66 between the second last insert and the lock, therefore don't stop just bail
|
/PHP-8.3/ext/phar/ |
H A D | tar.c | 289 bail: in phar_parse_tarfile() 300 goto bail; in phar_parse_tarfile() 318 goto bail; in phar_parse_tarfile() 358 goto bail; in phar_parse_tarfile()
|
Completed in 28 milliseconds
12