Home
last modified time | relevance | path

Searched refs:fault (Results 76 – 100 of 121) sorted by relevance

12345

/PHP-7.4/ext/soap/
H A Dsoap.c2012 zval *fault; local
2132 zval fault; local
2210 fault = 1;
2228 if (fault) {
2261 zval *fault; local
2514 zval *fault; local
2758 zval* fault; local
2766 zval* fault; local
3237 zval fault; local
3960 fault &&
[all …]
H A Dphp_sdl.c529 if (!fault) { in wsdl_soap_binding_header()
1124 fault = fault->next; in load_wsdl()
2328 sdlFaultPtr fault; in add_sdl_to_cache() local
3630 if (fault->name) { in delete_fault()
3631 efree(fault->name); in delete_fault()
3633 if (fault->details) { in delete_fault()
3645 efree(fault); in delete_fault()
3651 if (fault->name) { in delete_fault_persistent()
3652 free(fault->name); in delete_fault_persistent()
3654 if (fault->details) { in delete_fault_persistent()
[all …]
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug69462.phpt22 /* ignore any errors, we're testing for segmentation fault anyway */
/PHP-7.4/ext/mysqli/tests/
H A Dbug62885.phpt2 Bug #62885 (mysqli_poll - Segmentation fault)
/PHP-7.4/ext/sqlite3/tests/
H A Dbug53463.phpt18 var_dump($result->columnName(3)); // Segmentation fault
/PHP-7.4/ext/xml/tests/
H A Dbug72714.phpt2 Bug #72714 (_xml_startElementHandler() segmentation fault)
H A Dbug73135.phpt2 Bug #73135 (xml_parse() segmentation fault)
/PHP-7.4/ext/soap/tests/
H A Dbug70875.phpt2 SOAP Bug #70875 - Segmentation fault if wsdl has no targetNamespace attribute
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbug_69757.phpt2 PDO_DBLIB: Segmentation fault on pdo_dblib::nextRowset
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug70249.phpt2 Bug #70249 (Segmentation fault while running PHPUnit tests on phpBB 3.2-dev)
/PHP-7.4/Zend/tests/
H A Dbug34260.phpt26 // This causes a seg fault.
H A Dbug53748.phpt2 Bug #53748 (Using traits lead to a segmentation fault)
H A Dbug43918.phpt2 Bug #43918 (Segmentation fault in garbage collector)
H A Dbug78010.phpt2 Bug #78010: Segmentation fault during GC
H A Dbug46238.phpt2 Bug #46238 (Segmentation fault on static call with empty string method)
H A Dbug69732.phpt2 Bug #69732 (can induce segmentation fault with basic php code)
H A Dbug41209.phpt2 Bug #41209 (Segmentation fault with ArrayAccess, set_error_handler and undefined var)
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug72570.phpt2 PDO PgSQL Bug #72570 (Segmentation fault when binding parameters on a query without placeholders)
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c33 static int fault; variable
273 last_faults[fault++] = now; in fpm_children_bury()
275 if (fault == fpm_global_config.emergency_restart_threshold) { in fpm_children_bury()
276 fault = 0; in fpm_children_bury()
/PHP-7.4/ext/opcache/tests/
H A Dbug67215.phpt2 Bug #67215 (php-cgi work with opcache, may be segmentation fault happen)
/PHP-7.4/ext/pcre/tests/
H A Dbug79241.phpt2 Bug #79241: Segmentation fault on preg_match()
/PHP-7.4/ext/session/tests/
H A Dbug60634_error_2.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
H A Dbug60634_error_5.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in cl…
H A Dbug60634_error_3.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in wr…
/PHP-7.4/ext/standard/tests/array/
H A Dbug45312.phpt2 Bug #45312 (Segmentation fault on second request for array functions)

Completed in 60 milliseconds

12345