Home
last modified time | relevance | path

Searched refs:assert (Results 101 – 125 of 199) sorted by relevance

12345678

/php-src/ext/opcache/tests/jit/
H A Dbug81226.phpt24 assert($characterReferenceCode > 0x10FFFF);
H A Dbug80802.phpt2 Bug #80802: zend_jit_fetch_indirect_var assert failure with tracing JIT
/php-src/ext/zlib/tests/
H A Ddeflate_init_reuse.phpt20 assert($uncompressed === zlib_decode($compressed));
/php-src/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error1.phpt13 assert($result === false);
H A DDOMElement_getAttributeNames.phpt13 assert($dom->documentElement->getAttributeNode($name)->nodeName === $name);
/php-src/sapi/fuzzer/
H A Dfuzzer-tracing-jit.c58 assert(opcache_path && "Failed to determine opcache path"); in LLVMFuzzerInitialize()
/php-src/tests/basic/
H A Derrorlog_permission.phpt25 assert(file_exists(LOG_FILENAME));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_driver_name.phpt15 assert(('' == $db->errorCode()) || ('00000' == $db->errorCode()));
H A Dpdo_mysql___construct.phpt18 assert(sprintf("[%03d] Should have failed\n", $offset) != '');
80 …try { $db = @new PDO($dsn, $user, $pass); assert(false); printf("%s\n", $dsn); } catch (PDOExcepti…
94 …try { $db = @new PDO($dsn, $user, $pass); assert(false); printf("%s\n", $dsn); } catch (PDOExcepti…
110 …try { $db = @new PDO($dsn, $user, $pass); assert(false); printf("%s\n", $dsn); } catch (PDOExcepti…
124 …try { $db = @new PDO($dsn, $user, $pass); assert(false); printf("%s\n", $dsn); } catch (PDOExcepti…
149 …try { $db = @new PDO($dsn, $user, $pass); assert(false); printf("%s\n", $dsn); } catch (PDOExcepti…
167 …try { $db = @new PDO($dsn, $user, $pass); assert(false); printf("%s\n", $dsn); } catch (PDOExcepti…
H A Dpdo_mysql_attr_client_version.phpt15 assert(('' == $db->errorCode()) || ('00000' == $db->errorCode()));
H A Dpdo_mysql_attr_server_info.phpt15 assert(('' == $db->errorCode()) || ('00000' == $db->errorCode()));
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.lua27 local assert, setmetatable = assert, setmetatable
85 assert(out:write("0x", tohex(actlist[i]), ",\n"))
87 assert(out:write("0x", tohex(actlist[nn]), "\n};\n\n"))
94 assert(n >= 0 and n <= 0xffffffff and n % 1 == 0, "word out of range")
100 local w = assert(map_action[action], "bad action name `"..action.."'")
130 assert(n >= 0 and n <= 0xffffffff and n % 1 == 0, "word out of range")
1011 assert(false)
H A Ddasm_arm64.lua24 local assert, setmetatable, rawget = assert, setmetatable, rawget
84 assert(out:write("0x", tohex(actlist[i]), ",\n"))
86 assert(out:write("0x", tohex(actlist[nn]), "\n};\n\n"))
93 assert(n >= 0 and n <= 0xffffffff and n % 1 == 0, "word out of range")
99 local w = assert(map_action[action], "bad action name `"..action.."'")
129 assert(n >= 0 and n <= 0xffffffff and n % 1 == 0, "word out of range")
620 assert(false, "unknown branch type")
1001 assert(false)
H A Ddasm_arm.lua24 local assert, setmetatable, rawget = assert, setmetatable, rawget
82 assert(out:write("0x", tohex(actlist[i]), ",\n"))
84 assert(out:write("0x", tohex(actlist[nn]), "\n};\n\n"))
91 assert(n >= 0 and n <= 0xffffffff and n % 1 == 0, "word out of range")
97 local w = assert(map_action[action], "bad action name `"..action.."'")
127 assert(n >= 0 and n <= 0xffffffff and n % 1 == 0, "word out of range")
919 assert(false)
/php-src/ext/pgsql/tests/
H A D29nb_async_connect.phpt41 assert(pg_connection_status($db) === PGSQL_CONNECTION_OK);
/php-src/ext/gd/tests/
H A Dbug50194.phpt29 assert(preg_match('/The images are equal|The images differ in (\d+) pixels/', $output, $matches));
H A Dimagecopyresampled_variation1.phpt32 /* assert all pixels have the same color */
/php-src/ext/sodium/tests/
H A Dcrypto_scalarmult_ristretto255.phpt30 assert($p === $p2);
/php-src/ext/sockets/
H A Dsendrecvmsg.c271 assert(zres == NULL); in PHP_FUNCTION()
338 assert(level == IPPROTO_IPV6); in php_do_setsockopt_ipv6_rfc3542()
389 assert(level == IPPROTO_IPV6); in php_do_getsockopt_ipv6_rfc3542()
/php-src/ext/intl/calendar/
H A Dcalendar_class.cpp73 assert(co->ucal == NULL); in calendar_object_construct()
180 assert(is_tmp == 1); in Calendar_get_debug_info()
/php-src/ext/mysqli/tests/
H A Dmysqli_execute_query.phpt29 assert($tmp->fetch_assoc() === ['a' => '42', 'b' => 'foo', 'c' => null]);
36 assert($tmp->fetch_assoc() === ['a' => '42', 'b' => 'foo', 'c' => null]);
H A Dmysqli_get_client_stats_skipped.phpt21 assert($num_rows > 2);
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt50 assert(strlen($blob) <= $max_allowed_packet);
78 assert(strlen($blob2) > $max_allowed_packet);
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp183 assert(next <= Z_STRLEN(bio->text) && next >= cur); in _breakiterator_parts_move_forward()
239 assert(((zoi_break_iter_parts*)ii->iterator)->bio->biter != NULL); in IntlIterator_from_BreakIterator_parts()
/php-src/ext/pdo/tests/
H A Dpdo_024.phpt2 PDO Common: assert that bindParam does not modify parameter

Completed in 47 milliseconds

12345678