Home
last modified time | relevance | path

Searched refs:out (Results 351 – 375 of 488) sorted by relevance

1...<<11121314151617181920

/php-src/ext/standard/
H A Duser_filters_arginfo.h6 ZEND_ARG_INFO(0, out)
H A Dphp_crypt_r.c101 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r() argument
H A Dphp_string.h36 PHPAPI struct lconv *localeconv_r(struct lconv *out);
H A Duser_filters.c42 zval *in, *out, *consumed; in PHP_METHOD() local
44 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrzb", &in, &out, &consumed, &closing) == FAILURE) { in PHP_METHOD()
/php-src/ext/standard/tests/mail/
H A Dmail_basic7.phpt4 sendmail_path={MAIL:mailBasic7.out}
27 $outFile = "mailBasic7.out";
148 $outFile = "mailBasic7.out";
/php-src/Zend/
H A Dzend_string.h96 #define ZSTR_COPY_CONCAT_PROPERTIES(out, in) do { \ in END_EXTERN_C() argument
97 zend_string *_out = (out); \ in END_EXTERN_C()
102 #define ZSTR_COPY_CONCAT_PROPERTIES_BOTH(out, in1, in2) do { \ argument
103 zend_string *_out = (out); \
H A Dzend_attributes.h79 ZEND_API zend_result zend_get_attribute_object(zval *out, zend_class_entry *attribute_ce, zend_attr…
/php-src/ext/mbstring/tests/
H A Dutf8_error_handling.phpt17 * Thanks to Martin Auswöger for pointing this out... and another big
H A Dmb_substr.phpt122 /* Stefan Schiller pointed out that on invalid UTF-8 strings, character indices returned
127 $out = mb_substr($data, 0, $pos, "UTF-8");
128 print $out . "\n";
H A Dmb_strimwidth.phpt257 mb_strimwidth(): Argument #3 ($width) is out of range
258 mb_strimwidth(): Argument #2 ($start) is out of range
259 mb_strimwidth(): Argument #2 ($start) is out of range
260 mb_strimwidth(): Argument #3 ($width) is out of range
/php-src/ext/dom/tests/
H A Dbug80332_1.phpt40 // This one should fail because it's out of bounds
/php-src/.github/scripts/windows/
H A Dbuild_task.bat46 --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
/php-src/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt43 We grep out sockets from non-FPM port, because they may appear in the environment,
H A Dbug76601-reload-child-signals.phpt56 exec("kill -USR2 $pid", $out, $killExitCode);
/php-src/ext/pdo/tests/
H A Dpdo_022.phpt17 * TODO: filter out driver dependent components from this common core
/php-src/ext/mysqli/tests/
H A D057.phpt26 /* this should produce an out of sync error */
H A Dmysqli_stmt_fetch.phpt84 [014] [%d] Commands out of sync; you can't run this command now
H A Dmysqli_report.phpt324 Warning: mysqli_autocommit(): (%s/%d): Commands out of sync; you can't run this command now in %s o…
326 Warning: mysqli_commit(): (%s/%d): Commands out of sync; you can't run this command now in %s on li…
328 Warning: mysqli_rollback(): (%s/%d): Commands out of sync; you can't run this command now in %s on …
330 Warning: mysqli_stmt_prepare(): (%s/%d): Commands out of sync; you can't run this command now in %s…
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt66 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
/php-src/ext/standard/tests/file/
H A Duserwrapper.phpt25 /* By printing out a notice that we are actively stating the file
/php-src/ext/openssl/tests/
H A Dopenssl_cms_encrypt_basic.phpt11 $outfile2 = $outfile . ".out";
H A Dstream_server_reneg_limit.phpt8 exec('openssl help', $out, $code);
/php-src/.github/scripts/
H A Dsetup-slapd.sh24 -out /etc/ldap/ssl/server.crt -keyout /etc/ldap/ssl/server.key \
/php-src/ext/xml/tests/
H A DXML_OPTION_PARSE_HUGE.phpt58 var_dump(count($values), count($index)); // Not printing out the raw array because the long string …
/php-src/ext/phar/tests/
H A Dphar_convert_again.phpt188 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP
189 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP

Completed in 35 milliseconds

1...<<11121314151617181920