Home
last modified time | relevance | path

Searched refs:n (Results 9801 – 9825 of 10105) sorted by relevance

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

/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c588 ssize_t n = read(fd, buf, sizeof(buf) - 1); in ir_gdb_present() local
592 if (n > 0) { in ir_gdb_present()
593 buf[n] = 0; in ir_gdb_present()
/php-src/Zend/
H A DZend.m4210 test -n "$GCC" && CFLAGS="-Wall -Wextra -Wno-unused-parameter -Wno-sign-compare $CFLAGS"
221 test -n "$DEBUG_CFLAGS" && CFLAGS="$CFLAGS $DEBUG_CFLAGS"
260 fprintf(fp, "(size_t)%zu (size_t)%d %d\n", ZEND_MM_ALIGNMENT, zeros, ZEND_MM_ALIGNMENT < 4);
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation1.phpt8 echo "*** Testing fputcsv() : with all parameters specified ***\n";
38 echo "\n-- file opened in $file_modes[$mode_counter] --\n";
65 echo "Done\n";
H A DSplFileObject_fputcsv_variation11.phpt8 echo "*** Testing fputcsv() : with default enclosure value ***\n";
38 echo "\n-- file opened in $file_modes[$mode_counter] --\n";
65 echo "Done\n";
H A DSplFileObject_fputcsv_variation12.phpt9 echo "*** Testing fputcsv() : with default enclosure and different delimiter value ***\n";
39 echo "\n-- file opened in $file_modes[$mode_counter] --\n";
66 echo "Done\n";
H A DSplFileObject_fputcsv_variation5.phpt8 echo "*** Testing fputcsv() : with default arguments value ***\n";
38 echo "\n-- file opened in $file_modes[$mode_counter] --\n";
65 echo "Done\n";
H A DSplFileObject_fputcsv_variation6.phpt11 echo "*** Testing fputcsv() : with different delimiter and enclosure ***\n";
41 echo "\n-- file opened in $file_modes[$mode_counter] --\n";
68 echo "Done\n";
H A DSplFileObject_fputcsv_variation7.phpt11 echo "*** Testing fputcsv() : with different delimiter and same enclosure ***\n";
41 echo "\n-- file opened in $file_modes[$mode_counter] --\n";
68 echo "Done\n";
H A DSplFileObject_fputcsv_variation8.phpt11 echo "*** Testing fputcsv() : with same delimiter and different enclosure ***\n";
41 echo "\n-- file opened in $file_modes[$mode_counter] --\n";
68 echo "Done\n";
/php-src/.github/workflows/
H A Dnightly.yml251 make -j$(sysctl -n hw.logicalcpu) >/dev/null
418 printf "Testing amp/%s\n" "$repository"
438 …stSharedGet()", "#[\\PHPUnit\\Framework\\Attributes\\Group('"'"'skip'"'"')]\n public function t…
449 printf "Testing reactphp/%s\n" "$repository"
481 …place("public function testSanitizeDeepNestedString()", "/** @group skip */\n public function t…
483 …terTest.php"); $c = str_replace("*/\n public function testCastNonTrailingCharPointer()", "* @gr…
486 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
/php-src/tests/lang/
H A D024.phpt81 echo "This "." works\n";
96 echo "this "."broken\n";
187 echo $i++." $j\n";
224 echo "$i equals $j\n";
282 echo $arr[$i++]."\n";
296 echo "$a\n";
304 echo "$a\n";
305 echo $resize[$a]."\n";
328 echo " \$j=$j\n";
354 echo " \$j=$j\n";
[all …]
/php-src/ext/sockets/
H A Dsockets.c141 static HashTable *socket_get_gc(zend_object *object, zval **table, int *n) in socket_get_gc() argument
146 *n = 1; in socket_get_gc()
284 size_t n = 0; local
302 while (*t != '\n' && *t != '\r' && n < maxlen) {
305 n++;
309 return n;
321 if (n < maxlen) {
332 if (n < maxlen) {
333 n++;
341 return n;
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1639 int fd, n; in fpm_conf_load_ini_file() local
1667 for (n = 0; (nb_read = read(fd, &c, sizeof(char))) == sizeof(char) && c != '\n'; n++) { in fpm_conf_load_ini_file()
1668 if (n == bufsize) { in fpm_conf_load_ini_file()
1680 buf[n] = c; in fpm_conf_load_ini_file()
1682 if (n == 0) { in fpm_conf_load_ini_file()
1686 buf[n++] = '\n'; in fpm_conf_load_ini_file()
1687 buf[n] = '\0'; in fpm_conf_load_ini_file()
/php-src/ext/standard/
H A Dvar_unserializer.re62 …/* fprintf(stderr, "UNSERIALIZE_INIT == lock: %u, level: %u\n", BG(serialize_lock), BG(unserial…
85 …/* fprintf(stderr, "UNSERIALIZE_DESTROY == lock: %u, level: %u\n", BG(serialize_lock), BG(unserial…
120 …fprintf(stderr, "var_push(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(r…
197 …fprintf(stderr, "var_replace(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_…
215 …fprintf(stderr, "var_access(" ZEND_LONG_FMT "): " ZEND_LONG_FMT "\n", var_hash?var_hash->used_slot…
239 fprintf(stderr, "var_destroy( " ZEND_LONG_FMT ")\n", var_hash?var_hash->used_slots:-1L);
252 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", &var_dtor_hash->data[i], Z_REFCOUNT_P(&var_dtor_has…
376 #define YYFILL(n) do { } while (0)
/php-src/ext/standard/tests/versioning/
H A Dversion_compare.phpt6 print "TESTING COMPARE\n";
25 print "TESTING OPERATORS\n";
32 printf("%7s %2s %-7s : %s\n", $v1, $op, $v2, $test);
41 print "$v1 < $v2\n";
44 print "$v1 > $v2\n";
48 print "$v1 = $v2\n";
/php-src/ext/filter/tests/
H A D043.phpt124 string(1) "n"
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation9.phpt14 echo "*** Testing token_get_all() : 'source' string with different comments ***\n";
/php-src/ext/xsl/tests/
H A Dbug49634.phpt47 echo $e,"\n";
/php-src/ext/phar/tests/
H A Dphar_oo_002.phpt32 echo "==RECURSIVE==\n";
H A D022.phpt48 echo "next\n";
/php-src/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt22 #echo "Checking error handling\n";
/php-src/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_003p.phpt15 echo "ok\n";
/php-src/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt20 echo "ok\n";
/php-src/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt20 echo "ok\n";
H A Dr2_base_015w.phpt21 echo "ok\n";

Completed in 78 milliseconds

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