Home
last modified time | relevance | path

Searched refs:breaks (Results 26 – 38 of 38) sorted by relevance

12

/PHP-8.2/ext/pdo/tests/
H A Dpecl_bug_5772.phpt2 PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name)
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_set.c39 …PHPDBG_SET_COMMAND_D(breaks, "usage: set breaks [<on|off>]", 'B', set_breaks, …
121 PHPDBG_SET(breaks) /* {{{ */ in PHPDBG_SET() argument
H A Dphpdbg_bp.c298 HashTable breaks; in phpdbg_set_breakpoint_file() local
299 zend_hash_init(&breaks, 8, NULL, phpdbg_file_breaks_dtor, 0); in phpdbg_set_breakpoint_file()
301 broken = zend_hash_add_mem(file_breaks, path_str, &breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_file()
936 HashTable *breaks; in phpdbg_find_breakpoint_file() local
944 if (!(breaks = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], op_array->filename))) { in phpdbg_find_breakpoint_file()
948 …if (EG(current_execute_data) && (brake = zend_hash_index_find_ptr(breaks, EG(current_execute_data)… in phpdbg_find_breakpoint_file()
/PHP-8.2/ext/standard/tests/strings/
H A Dnl2br_variation4.phpt6 * Test nl2br() function by passing html string inputs containing line breaks and
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug42488.phpt2 Bug #42488 (SoapServer reports an encoding error and the error itself breaks)
/PHP-8.2/ext/pdo_oci/tests/
H A Dbug60994.phpt53 $string2 = 'abc' . str_repeat('£', 8187) . 'xyz'; // 8193 chars total is when it breaks
73 $string3 = 'abc' . str_repeat('Җ', 8187) . 'xyz'; // 8193 chars total is when it breaks
93 $string4 = 'abc' . str_repeat('の', 8187) . 'xyz'; // 8193 chars total is when it breaks
/PHP-8.2/ext/standard/tests/mail/
H A Dgh13415.phpt2 GH-13415 (Added validation of line breaks \n in $additional_headers of mail())
H A Dbug80751.phpt2 Bug #80751 (Comma in recipient name breaks email delivery)
/PHP-8.2/ext/standard/tests/serialize/
H A Dbug36424.phpt2 Bug #36424 - Serializable interface breaks object references
/PHP-8.2/ext/odbc/tests/
H A Dodbc_utils.phpt11 // 1. No, the unescaped special character in the middle breaks what would be quoted.
/PHP-8.2/ext/standard/tests/file/
H A Dfnmatch_variation.phpt14 /* avoid using \, it breaks the pattern */
/PHP-8.2/build/
H A Dltmain.sh4435 # Don't allow lazy linking, it breaks C++ global constructors
/PHP-8.2/
H A DNEWS870 . Fixed bug GH-12558 (Arginfo soft-breaks with namespaced class return type

Completed in 32 milliseconds

12