Home
last modified time | relevance | path

Searched refs:off (Results 26 – 50 of 135) sorted by relevance

123456

/PHP-5.4/tests/output/
H A Dob_implicit_flush_basic_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
H A Dob_implicit_flush_error_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
/PHP-5.4/ext/date/tests/
H A Dbug33414-2.phpt29 print "TZ=Pacific/Enderbury - wrong day, off by 2 days.\n";
37 print "TZ=Pacific/Kiritimati - wrong day, off by 2 days.\n";
93 TZ=Pacific/Enderbury - wrong day, off by 2 days.
98 TZ=Pacific/Kiritimati - wrong day, off by 2 days.
/PHP-5.4/ext/mbstring/tests/
H A Dbug52861.phpt14 mail.add_x_header=off
H A Dmb_send_mail01.phpt14 mail.add_x_header=off
H A Dmb_send_mail03.phpt14 mail.add_x_header=off
H A Dmb_send_mail02.phpt14 mail.add_x_header=off
H A Dmb_send_mail04.phpt14 mail.add_x_header=off
H A Dmb_send_mail06.phpt17 mail.add_x_header=off
H A Dmb_send_mail07.phpt17 mail.add_x_header=off
H A Dmb_send_mail05.phpt17 mail.add_x_header=off
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.h184 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size );
332 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile() argument
334 return LSAPI_sendfile_r(&g_req, fdIn, off, size ); in LSAPI_sendfile()
/PHP-5.4/ext/ftp/tests/
H A Dftp_fget_basic1.phpt2 Testing ftp_fget ignore autoresume if autoseek is switched off
H A Dftp_nb_fget_basic1.phpt2 Testing ftp_nb_fget ignore autoresume if autoseek is switched off
/PHP-5.4/ext/pdo/
H A DREADME32 When auto-commit is off, you must then use $dbh->beginTransaction() to
52 autocommit is turned off.
/PHP-5.4/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data8 booloff = off
25 booloff = off
/PHP-5.4/ext/standard/tests/strings/
H A Dstripcslashes_basic.phpt7 * Description: Returns a string with backslashes stripped off. Recognizes C-like \n, \r ...,
/PHP-5.4/ext/standard/tests/array/
H A Darray_shift_variation7.phpt6 * Description: Pops an element off the beginning of the array
H A Darray_shift_basic.phpt6 * Description: Pops an element off the beginning of the array
/PHP-5.4/ext/xml/
H A Dxml.mak64 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
69 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
72 LD_FLAGS += -sym off
/PHP-5.4/ext/ldap/
H A Dldap.mak65 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
73 LD_FLAGS += -sym off
/PHP-5.4/ext/pgsql/
H A Dpgsql.mak62 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON
67 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics
69 LD_FLAGS += -sym off
/PHP-5.4/ext/mysql/
H A Dmysql.mak65 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON
70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics
72 LD_FLAGS += -sym off
/PHP-5.4/ext/filter/tests/
H A Dbug49510.phpt10 var_dump(filter_var("off", FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE));
/PHP-5.4/ext/openssl/
H A Dopenssl.mak74 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
79 C_FLAGS += -opt all -inline on -inline smart -inline auto -sym off
81 LD_FLAGS += -sym off

Completed in 36 milliseconds

123456