Home
last modified time | relevance | path

Searched refs:extra (Results 101 – 125 of 150) sorted by relevance

123456

/PHP-7.0/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b_5_2.phpt38 fwrite($fp, 'extra');
H A Dphar_begin_setstub_commit.phpt39 …ump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' . 'extra stuff');
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt24 /* libmysql only - needs extra compile flag, no way to check properly in the
/PHP-7.0/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt28 var_dump(@hash_pbkdf2('crc32', $password, $salt, 10, 10, true, 'extra arg'));
/PHP-7.0/ext/openssl/tests/
H A Dbug74022_2.phpt2 Bug #74022 PHP Fast CGI crashes when reading from a pfx file with valid password, multiple extra ce…
/PHP-7.0/ext/intl/tests/
H A Didn_uts46_errors.phpt65 Notice: idn_to_ascii(): 4 arguments were provided, but INTL_IDNA_VARIANT_2003 only takes 3 - extra
/PHP-7.0/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc241 $extra = 'nu' . 0xffff; // way huge size
244 …pack("VVVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), strlen($extra),strlen($c…
246 $filename . $extra . $comment;
/PHP-7.0/ext/phar/tests/
H A Dphar_convert_again.phpt49 // extra code coverage
121 // extra code coverage
/PHP-7.0/ext/imap/
H A Dconfig.m423 dnl PHP_IMAP_TEST_BUILD(function, action-if-ok, action-if-not-ok, extra-libs, extra-source)
/PHP-7.0/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt2 Test get_browser() function : variation functionality: extra browser names
28 echo "*** Testing get_browser() : variation functionality: extra browser names ***\n";
38 *** Testing get_browser() : variation functionality: extra browser names ***
/PHP-7.0/ext/mysqli/
H A Dconfig.m460 dnl mysqlnd doesn't support embedded, so we have to add some extra stuff
/PHP-7.0/win32/build/
H A Dconfig.w32111 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
112 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam.phpt62 /* NOTE: you cannot use PDO::query() with unbuffered, native PS - see extra test */
/PHP-7.0/ext/intl/
H A DERROR.CONVENTIONS52 Node the extra 's' in the functions' names ('errors', not 'error').
/PHP-7.0/ext/standard/tests/strings/
H A Dimplode1.phpt122 var_dump( implode("glue", "pieces", "extra") );
/PHP-7.0/
H A DREADME.UNIX-BUILD-SYSTEM58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
H A Dacinclude.m4872 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
939 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
949 dnl "extra-cflags" are passed to the compiler, with
1067 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1113 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
1125 dnl PHP_CHECK_TYPES(type-list, include-file [, extra-headers])
1843 dnl PHP_CHECK_LIBRARY(library, function [, action-found [, action-not-found [, extra-libs]]])
1955 dnl PHP_TEST_BUILD(function, action-if-ok, action-if-not-ok [, extra-libs [, extra-source]])
H A DREADME.RELEASE_PROCESS32 6. Verify the tags to be extra sure everything was tagged properly.
160 Don't forget to update NEWS manually in an extra commit then.
/PHP-7.0/ext/pcre/pcrelib/
H A DNEWS282 removed, extra information is given for partial matches, the partial matching
501 pcre_dfa_exec() matching function and the extra features it provides.
587 this, just in case anybody wants that teeny extra bit of performance.
712 pcre_exec(pattern, extra, subject, length, options, ovec, ovecsize)
714 pcre_exec(pattern, extra, subject, length, 0, options, ovec, ovecsize)
H A Dpcre_jit_compile.c9792 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV()
9818 SLJIT_ASSERT((extra->flags & PCRE_EXTRA_STUDY_DATA) != 0); in PRIV()
9819 study = extra->study_data; in PRIV()
10358 if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra->executable_jit != NULL) in PRIV()
10359 functions = (executable_functions *)extra->executable_jit; in PRIV()
10383 extra->executable_jit = functions; in PRIV()
10384 extra->flags |= PCRE_EXTRA_EXECUTABLE_JIT; in PRIV()
10643 if (extra != NULL && in pcre_assign_jit_stack()
10644 (extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && in pcre_assign_jit_stack()
10645 extra->executable_jit != NULL) in pcre_assign_jit_stack()
[all …]
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c2137 goodchar(unsigned char x, const char *extra) in goodchar() argument
2139 return (isascii(x) && isalnum(x)) || strchr(extra, x); in goodchar()
2144 zend_off_t off, size_t len, const char *name, const char *extra, int nt) in parse_extra() argument
2165 for (i = 0; *l && i < len && goodchar(*l, extra); buf[i++] = *l++) in parse_extra()
2175 if (!isspace((unsigned char)*l) && !goodchar(*l, extra)) in parse_extra()
/PHP-7.0/ext/standard/tests/array/
H A Darray_walk_recursive_variation1.phpt30 // extra parameter passed to array_walk_recursive()
H A Darray_walk_variation1.phpt30 // extra parameter passed to array_walk()
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c1875 int dir_length, extra = 0; in virtual_popen() local
1885 if (*dir == '\'') extra+=3; in virtual_popen()
1892 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
/PHP-7.0/ext/fileinfo/
H A Dmagicdata.patch79 # since some documents include a 520-byte extra field following the file

Completed in 138 milliseconds

123456