Home
last modified time | relevance | path

Searched refs:bail (Results 1 – 25 of 35) sorted by relevance

12

/php-src/ext/ftp/
H A Dftp.c134 goto bail; in ftp_open()
154 bail: in ftp_open()
971 bail: in ftp_get()
1101 bail: in ftp_put()
1145 bail: in ftp_append()
1779 bail: in ftp_getdata()
2092 bail: in ftp_genlist()
2161 bail: in ftp_nb_get()
2222 bail: in ftp_nb_continue_read()
2275 bail: in ftp_nb_put()
[all …]
/php-src/ext/standard/tests/assert/
H A Dassert_basic4.phpt6 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 Dassert_basic3.phpt7 assert.bail = 0
16 //bail out on error
H A Dassert_error2.phpt7 assert.bail = 0
18 //bail out on error
H A Dassert04.phpt7 assert.bail = 0
22 /* Assert false and bail*/
H A Dassert_warnings.phpt6 assert.bail = 0
H A Dassert_closures.phpt6 assert.bail = 0
H A Dassert_basic1.phpt7 assert.bail = 0
H A Dassert_closures_multiple.phpt6 assert.bail = 0
H A Dassert_basic.phpt7 assert.bail = 0
H A Dassert_basic2.phpt7 assert.bail = 0
H A Dassert_basic5.phpt7 assert.bail = 0
H A Dassert03.phpt7 assert.bail = 0
H A Dassert.phpt7 assert.bail = 0
H A Dassert_variation.phpt7 assert.bail = 0
/php-src/ext/standard/
H A Dassert.c28 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()
282 oldint = ASSERTG(bail); in PHP_FUNCTION()
/php-src/ext/pdo_mysql/tests/
H A Dbug_42499.phpt24 // This will bail at you because you have not fetched the SELECT results: this is not a bug!
H A Dpdo_mysql___construct_options.phpt80 … printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
173 [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_geom.phpt26 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_get_result_geom.phpt26 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_bind_result_bit.phpt48 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_insert_id.phpt66 between the second last insert and the lock, therefore don't stop just bail
H A Dmysqli_fetch_object.phpt121 …I think we should bail out here. The following line will give a Fatal error: Call to private ... f…
/php-src/ext/phar/
H A Dtar.c290 bail: in phar_parse_tarfile()
301 goto bail; in phar_parse_tarfile()
319 goto bail; in phar_parse_tarfile()
359 goto bail; in phar_parse_tarfile()
/php-src/ext/gd/libgd/
H A Dgd_png.c585 goto bail; in gdImagePngCtxEx()
779 bail: in gdImagePngCtxEx()

Completed in 35 milliseconds

12