Home
last modified time | relevance | path

Searched refs:s (Results 101 – 125 of 6255) sorted by last modified time

12345678910>>...251

/PHP-7.4/ext/standard/tests/file/
H A Dopen_basedir_cwd_resolve.phpt12 …ect. File(/some/path/outside/open/basedir) is not within the allowed path(s): (%s) in %s on line %d
14 …s(/some/path/outside/open/basedir): failed to open stream: Operation not permitted in %s on line %d
/PHP-7.4/ext/standard/
H A Dinfo.c753 Bucket *s = (Bucket *) b; in module_name_cmp() local
756 ((zend_module_entry *)Z_PTR(s->val))->name); in module_name_cmp()
/PHP-7.4/appveyor/
H A Dtest_task.bat50 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL
51 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_77863.phpt13 with t(b, s) as (
20 select trim(s) as s from t where b is not distinct from :p
H A Dexecute.phpt21 $s = $dbh->prepare("SELECT * FROM ddl WHERE id=? FOR UPDATE");
24 $s->bindParam(1,$id);
26 $s->bindColumn("TEXT",$var);
28 $s->execute();
29 $s->setAttribute(PDO::ATTR_CURSOR_NAME, "c");
33 var_dump($s->fetch());
39 var_dump($s->fetch());
41 unset($s);
/PHP-7.4/azure/
H A Dapt.yml7 # There appears to be some kind of conflict with the libzip from ondrej's PPA.
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c1419 int j, s; in zend_ssa_remove_block() local
1439 for (s = 0; s < block->successors_count; s++) { in zend_ssa_remove_block()
1440 zend_ssa_remove_predecessor(ssa, i, block->successors[s]); in zend_ssa_remove_block()
1449 for (s = 0; s < prev_block->successors_count; s++) { in zend_ssa_remove_block()
1450 if (prev_block->successors[s] == i) { in zend_ssa_remove_block()
1451 memmove(prev_block->successors + s, in zend_ssa_remove_block()
1452 prev_block->successors + s + 1, in zend_ssa_remove_block()
1453 sizeof(int) * (prev_block->successors_count - s - 1)); in zend_ssa_remove_block()
1455 s--; in zend_ssa_remove_block()
H A Dzend_inference.c538 static inline zend_long safe_shift_left(zend_long n, zend_long s) { in safe_shift_left() argument
539 return (zend_long) ((zend_ulong) n << (zend_ulong) s); in safe_shift_left()
542 static inline zend_bool shift_left_overflows(zend_long n, zend_long s) { in shift_left_overflows() argument
545 return s >= SIZEOF_ZEND_LONG * 8 - 1 || safe_shift_left(n, s) < n; in shift_left_overflows()
547 return s >= SIZEOF_ZEND_LONG * 8 || safe_shift_left(n, s) > n; in shift_left_overflows()
/PHP-7.4/ext/ftp/
H A Dftp.c115 unsigned short s[4]; member
882 sin->sin_port = ipbox.s[2]; in ftp_pasv()
944 char *s; in ftp_get() local
958 if (*(s + 1) == '\n') { in ftp_get()
959 s++; in ftp_get()
962 ptr = s + 1; in ftp_get()
1421 return send(s, buf, size, 0); in single_send()
1460 return send(s, buf, size, 0); in single_send()
1489 sent = single_send(ftp, s, buf, size); in my_send()
1574 nr_bytes = recv(s, buf, len, 0); in my_recv()
[all …]
/PHP-7.4/ext/ftp/tests/
H A Dbug79100.phpt22 Warning: ftp_systype(): %rConnection|Operation%r timed out in %s on line %d
H A Dserver.inc59 fclose($GLOBALS['s']);
94 $buf = fread($s, 2048);
124 fputs($s, "200 OK\r\n");
125 $buf = fread($s, 2048);
132 fputs($s, "200 OK\r\n");
134 $buf = fread($s, 2048);
147 fclose($s);
167 fclose($s);
184 fputs($s, " USER\r\n");
185 fputs($s, " HELP\r\n");
[all …]
H A Dbug80901.phpt22 …********************************************************************************** in %s on line %d
/PHP-7.4/ext/xmlreader/tests/
H A Dbug73246.phpt14 Warning: XMLReader::open(): Encoding must not contain NUL bytes in %s on line %d
16 Warning: XMLReader::XML(): Encoding must not contain NUL bytes in %s on line %d
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c406 const char *s = zend_is_true(&param->parameter) ? "t" : "f"; in pgsql_stmt_param_hook() local
409 ZVAL_STRINGL(&param->parameter, s, 1); in pgsql_stmt_param_hook()
/PHP-7.4/ext/imap/tests/
H A Dbug80710_1.phpt37 Warning: imap_mail_compose(): header injection attempt in from in %s on line %d
H A Dbug80710_2.phpt37 Warning: imap_mail_compose(): header injection attempt in remail in %s on line %d
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_021.phpt29 Host: %s
30 Date: %s
32 X-Powered-By: PHP/%s
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l40 static int unescape_string(char *s) { in unescape_string() argument
41 switch (*s) { in unescape_string()
44 char start = *s; in unescape_string()
47 if (s[off] == '\\') { in unescape_string()
50 *s = s[off]; in unescape_string()
51 } while ((++s)[off] != start); in unescape_string()
/PHP-7.4/sapi/phpdbg/tests/
H A Dbreakpoints_009.phpt12 [Successful compilation of %s]
14 prompt> [Breakpoint #0 in ZEND_POST_INC at %s:3, hits: 1]
19 [Breakpoint #0 in ZEND_POST_INC at %s:4, hits: 2]
24 [Breakpoint #0 in ZEND_POST_INC at %s:5, hits: 3]
29 [Breakpoint #0 in ZEND_POST_INC at %s:6, hits: 4]
/PHP-7.4/ext/standard/tests/dir/
H A Dbug80960.phpt16 Warning: opendir(notexist*): %s (code: 123) in %s on line %d
18 Warning: opendir(notexist*): failed to open dir: No such file or directory in %s on line %d
20 Warning: opendir(notexist?): %s (code: 123) in %s on line %d
22 Warning: opendir(notexist?): failed to open dir: No such file or directory in %s on line %d
24 Warning: opendir(longname%r_+%r): %s (code: 111) in %s on line %d
26 Warning: opendir(longname%r_+%r): failed to open dir: Filename too long in %s on line %d
H A Dopendir_variation6-win32.phpt54 Warning: opendir(%s/opendir_var*): %s in %s on line %d
56 Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
59 Warning: opendir(%s/*): %s in %s on line %d
61 Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
66 Warning: opendir(%s/opendir_variation6/sub_dir?): %s in %s on line %d
68 Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
71 Warning: opendir(%s/opendir_variation6/sub?dir1): %s in %s on line %d
73 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromdirectory2-win.phpt28 %s(24) "UnexpectedValueException"
29 RecursiveDirectoryIterator::__construct(1): %s (code: 2)
H A Dphar_gobyebye-win32.phpt45 Warning: opendir(foo/hi): %s (code: 3) in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
/PHP-7.4/main/
H A Dphp.h194 char *strtok_r(char *s, const char *delim, char **last);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt28 in catch: DirectoryIterator::__construct(c:\not\exists\here): %s (code: 3)

Completed in 64 milliseconds

12345678910>>...251