Home
last modified time | relevance | path

Searched refs:off (Results 51 – 75 of 135) sorted by relevance

123456

/PHP-5.4/ext/standard/tests/strings/
H A Dstripcslashes_error.phpt7 * Description: Returns a string with backslashes stripped off. Recognizes C-like \n, \r ...,
H A Dbasename_error.phpt8 If the filename ends in suffix this will also be cut off.
/PHP-5.4/ext/filter/tests/
H A D014.phpt24 var_dump(filter_var("off", FILTER_VALIDATE_BOOLEAN));
H A Dfilter_data.phpt36 $data = "off"; var_dump(filter_var($data, FILTER_VALIDATE_BOOLEAN));
/PHP-5.4/tests/output/
H A Dob_implicit_flush_basic_002.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
/PHP-5.4/ext/standard/tests/array/
H A Darray_shift_error.phpt6 * Description: Pops an element off the beginning of the array
H A Darray_shift_variation5.phpt6 * Description: Pops an element off the beginning of the array
H A Darray_shift_variation6.phpt6 * Description: Pops an element off the beginning of the array
H A Darray_shift_variation4.phpt6 * Description: Pops an element off the beginning of the array
H A Darray_shift_variation8.phpt6 * Description: Pops an element off the beginning of the array
H A Darray_shift_variation2.phpt6 * Description: Pops an element off the beginning of the array
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_column.phpt18 printf("[002] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_begintransaction.phpt35 …/* Autocommit was off - by definition. Commit was not issued. DELETE should have been rolled back.…
122 printf("[026] Autocommit mode of the MySQL Server should be off, got '%s', [%d] %s\n",
131 // Turn off autocommit using a server variable
203 [026] Autocommit mode of the MySQL Server should be off, got '1', [0] 00000
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt22 printf("[002] Unable to turn off emulated prepared statements\n");
78 printf("[007] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_prepare_native_mixed_style.phpt18 printf("[002] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_columncount.phpt41 printf("[004] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_errorcode.phpt37 printf("[004] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_closecursor_empty.phpt20 printf("[002] Unable to turn off emulated prepared statements\n");
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c1387 int off; in LSAPI_GetHeader_r() local
1391 if ( !off ) in LSAPI_GetHeader_r()
1393 if ( *(pReq->m_pHttpHeader + off in LSAPI_GetHeader_r()
1396 *( pReq->m_pHttpHeader + off in LSAPI_GetHeader_r()
1399 return pReq->m_pHttpHeader + off; in LSAPI_GetHeader_r()
1629 *off += ret; in gsendfile()
1640 ret = sendfile( fdIn, fdOut, *off, &len, NULL, 0 ); in gsendfile()
1644 *off += len; in gsendfile()
1659 vec[n].sfv_off = *off; in gsendfile()
1668 *off += ret; in gsendfile()
[all …]
/PHP-5.4/tests/lang/
H A DforeachLoop.012.phpt35 echo "\nPopping elements off end of an unreferenced array";
42 echo "\n\n\nShift elements off start of an unreferenced array";
73 Popping elements off end of an unreferenced array
142 Shift elements off start of an unreferenced array
H A DforeachLoop.013.phpt35 echo "\nPopping elements off end of an unreferenced array, using &\$value.";
42 echo "\n\n\nShift elements off start of an unreferenced array, using &\$value.";
73 Popping elements off end of an unreferenced array, using &$value.
143 Shift elements off start of an unreferenced array, using &$value.
H A DforeachLoop.014.phpt37 echo "\nPopping elements off end of a referenced array";
44 echo "\n\n\nShift elements off start of a referenced array";
74 Popping elements off end of a referenced array
144 Shift elements off start of a referenced array
H A DforeachLoop.015.phpt37 echo "\nPopping elements off end of a referenced array, using &\$value";
44 echo "\n\n\nShift elements off start of a referenced array, using &\$value";
75 Popping elements off end of a referenced array, using &$value
145 Shift elements off start of a referenced array, using &$value
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt14 // Check connection can be created with AUTOCOMMIT off
/PHP-5.4/ext/mysqli/tests/
H A D015.phpt38 printf("[005] Cannot turn off autocommit mode, [%d] %s\n",

Completed in 31 milliseconds

123456