Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/standard/tests/array/
H A Darray_shift_basic.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
/PHP-7.4/ext/mbstring/tests/
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-7.4/ext/standard/tests/strings/
H A Dstripcslashes_basic.phpt7 * Description: Returns a string with backslashes stripped off. Recognizes C-like \n, \r ...,
/PHP-7.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-7.4/ext/filter/tests/
H A D014.phpt24 var_dump(filter_var("off", FILTER_VALIDATE_BOOLEAN));
/PHP-7.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_mixed_style.phpt18 printf("[002] Unable to turn off emulated prepared statements\n");
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_stmt_columncount.phpt41 printf("[004] Unable to turn off emulated prepared statements\n");
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c265 ms->c.li[i].off); in der_offs()
270 ms->c.li[m->cont_level - 1].off = CAST(int, offs + tlen); in der_offs()
272 ms->c.li[m->cont_level - 1].off)); in der_offs()
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt14 // Check connection can be created with AUTOCOMMIT off
/PHP-7.4/appveyor/
H A Dbuild.bat1 @echo off
/PHP-7.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";
72 Popping elements off end of an unreferenced array
141 Shift elements off start of an unreferenced array
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
143 Shift elements off start of a referenced 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.";
72 Popping elements off end of an unreferenced array, using &$value.
145 Shift elements off start of an unreferenced array, using &$value.
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";
74 Popping elements off end of a referenced array, using &$value
147 Shift elements off start of a referenced array, using &$value

Completed in 29 milliseconds

123456