Home
last modified time | relevance | path

Searched refs:n (Results 9951 – 9975 of 10112) sorted by relevance

1...<<391392393394395396397398399400>>...405

/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation4.phpt14 echo "*** Testing token_get_all() : 'source' string with different comparison operators ***\n";
H A Dtoken_get_all_variation15.phpt13 echo "*** Testing token_get_all() : with heredoc source string ***\n";
H A Dtoken_get_all_variation5.phpt16 echo "*** Testing token_get_all() : 'source' string with different assignment operators ***\n";
/php-src/ext/intl/tests/
H A Dlocale_set_default.phpt86 $res_str .= "\n";
/php-src/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_basic.phpt20 echo "Is " . $childName . " a subclass of " . $parentName . "? \n";
/php-src/ext/gmp/
H A Dgmp.stub.php186 function gmp_binomial(GMP|int|string $n, int $k): GMP {} argument
/php-src/ext/pdo_odbc/
H A Dconfig.m474 if test -n "$pdo_odbc_dir"; then
/php-src/ext/standard/tests/array/
H A Darray_unshift_variation2.phpt9 echo "*** Testing array_unshift() : all possible values for \$var argument ***\n";
92 echo "-- Iteration $iterator --\n";
/php-src/tests/lang/operators/
H A DbitwiseShiftLeft_variationStr.phpt15 echo "--- testing: '$strVal' << '$otherVal' ---\n";
19 echo get_class($e) . ': ' . $e->getMessage() . "\n";
H A DbitwiseShiftLeft_variationStr_64bit.phpt19 echo "--- testing: '$strVal' << '$otherVal' ---\n";
23 echo get_class($e) . ': ' . $e->getMessage() . "\n";
H A DbitwiseShiftRight_variationStr.phpt15 echo "--- testing: '$strVal' >> '$otherVal' ---\n";
19 echo get_class($e) . ': ' . $e->getMessage() . "\n";
/php-src/ext/pdo/
H A Dpdo_sql_parser.re36 #define YYFILL(n) { RET(PDO_PARSER_EOI); }
51 COMMENTS = ("/*"([^*]+|[*]+[^/*])*[*]*"*/"|"--"[^\r\n]*);
/php-src/Zend/tests/
H A Doperator_unsupported_types.phpt41 echo "Warning: $errstr\n";
49 echo $e->getMessage() . "\n";
59 echo $e->getMessage() . "\n";
66 echo "BINARY OP:\n";
81 echo "\n\nASSIGN OP:\n";
98 echo "\n\nUNARY OP:\n";
104 echo $e->getMessage() . "\n";
108 echo "\n\nINCDEC:\n";
113 echo "No error for $copy++\n";
115 echo $e->getMessage() . "\n";
[all …]
H A Dbug47596.phpt5 echo "ok\n";
/php-src/ext/standard/tests/file/
H A Dtempnam_variation4-0.phpt17 echo "*** Testing tempnam() with dir of permissions from 0000 to 0350 ***\n";
31 printf("%o\n", $mode);
34 echo " created in unexpected dir\n";
40 print("FAILED: File is not created\n");
46 echo "*** Done ***\n";
H A Dtempnam_variation4-1.phpt17 echo "*** Testing tempnam() with dir of permissions from 0351 to 0777 ***\n";
31 printf("%o\n", $mode);
34 echo " created in unexpected dir\n";
40 print("FAILED: File is not created\n");
46 echo "*** Done ***\n";
/php-src/ext/gmp/tests/
H A Dbug80560.phpt211 echo "Done\n";
/php-src/ext/standard/tests/math/
H A Dhypot_basiclong_64bit.phpt26 echo "--- testing: $longVal, $otherVal ---\n";
H A Dpow_basiclong_64bit.phpt26 echo "--- testing: $longVal, $otherVal ---\n";
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_html4.phpt261 echo bin2hex(html_entity_decode($str, ENT_QUOTES, "UTF-8")), "\n";
H A Dhtmlentities23.phpt26 echo "\n";
/php-src/ext/ffi/
H A Dphp_ffi.h231 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
/php-src/Zend/tests/offsets/
H A Dstring_container_offset_behaviour.phpt634 $error = '""[' . zend_test_var_export($dimension) . '] has different outputs' . "\n";
668 $error = '""[&' . zend_test_var_export($offset) . '] has different outputs' . "\n";
700 echo "Executed tests\n";
702 echo "Failures:\n" . implode($failures);
/php-src/main/streams/
H A Dplain_wrapper.c1406 int n = 0; in php_plain_files_mkdir() local
1410 ++n; in php_plain_files_mkdir()
1417 if (!n) break; in php_plain_files_mkdir()
1418 --n; in php_plain_files_mkdir()
/php-src/ext/session/tests/
H A Dsession_basic3.phpt23 echo "*** Testing basic session functionality : variation3 use_trans_sid ***\n";
26 echo "*** test output_add_rewrite_var() ***\n";
94 echo "*** Test trans sid ***\n";
217 echo "*** Cleanup ***\n";

Completed in 81 milliseconds

1...<<391392393394395396397398399400>>...405