Home
last modified time | relevance | path

Searched refs:PHP_EOL (Results 51 – 75 of 82) sorted by relevance

1234

/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int64_intl8.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_double_intl1.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_double_intl2.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_double_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_double_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl6.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl7.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl2.phpt20 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl1.phpt36 echo "== didn't crash ==".PHP_EOL;
/PHP-5.5/ext/session/tests/
H A Dbug65475.phpt12 echo "Testing file module".PHP_EOL;
/PHP-5.5/ext/spl/tests/
H A Dspl_pq_top_error_corrupt.phpt33 echo "Exception: ".$e->getMessage().PHP_EOL;
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt23 echo $e->getMessage() . PHP_EOL;
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr.inc44 echo "Error:" . $stmt . PHP_EOL . $m['message'] . PHP_EOL;
46 … that prevents this PHP test from running. Query DBA_EDITIONS to see existing editions.". PHP_EOL;
/PHP-5.5/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt25 echo http_build_query($obj) . PHP_EOL;
H A Dhttp_build_query_variation3.phpt22 … http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC1738) . PHP_EOL;
H A Dhttp_build_query_variation2.phpt34 echo http_build_query($mDimensional) . PHP_EOL;
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_enable_exceptions.phpt16 echo $e->getMessage().PHP_EOL;
/PHP-5.5/ext/simplexml/tests/
H A Dbug42259.phpt37 echo count($ancestry) . ' steps: ' . $path . PHP_EOL;
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50762.phpt44 echo $cl->testHeader('param') . PHP_EOL;
H A Dbug65018.phpt15 '<?xml version="1.0"?>'.PHP_EOL.
/PHP-5.5/ext/standard/
H A Dassert.c171 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, my… in PHP_FUNCTION()
173 … TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, description, mye… in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp.h56 # define PHP_EOL "\r\n" macro
65 # define PHP_EOL "\n" macro
/PHP-5.5/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt45 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;

Completed in 65 milliseconds

1234