Home
last modified time | relevance | path

Searched refs:var (Results 876 – 894 of 894) sorted by relevance

1...<<313233343536

/PHP-7.0/
H A DREADME.TESTING124 TMPDIR=/var/tmp
H A DINSTALL373 var controls how many children PHP will spawn to handle incoming
687 # cp /usr/local/share/doc/php4/php.ini-recommended /var/www/conf/php.ini
716 will restrict PHP scripts to accessing files under /var/www. You
717 will therefore need to create a /var/www/tmp directory for PHP
722 will need to be moved into /var/www/etc. The OpenBSD PEAR package
H A DNEWS1305 . Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML
1739 . Fixed bug #71995 (Returning the same var twice from __sleep() produces
2266 . Fixed bug #70240 (Segfault when doing unset($var());). (Laruence)
H A Dphp.ini-development1825 ; (i.e., /var/www/x blacklists all the files and directories in /var/www
H A Dphp.ini-production1825 ; (i.e., /var/www/x blacklists all the files and directories in /var/www
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in361 ;chdir = /var/www
417 ;php_admin_value[error_log] = /var/log/fpm-php.www.log
/PHP-7.0/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt19 // resource var
H A Dstr_replace.phpt233 var_dump( str_replace(1,2,3,$var,5) );
/PHP-7.0/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt230 var $foo_object;
/PHP-7.0/main/
H A DSAPI.c989 SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, char *var, char **val… in sapi_register_input_filter() argument
/PHP-7.0/ext/standard/
H A Dconfig.m4620 var.c versioning.c assert.c strnatcmp.c levenshtein.c \
/PHP-7.0/ext/openssl/
H A Dopenssl.c1032 #define PHP_SSL_CONFIG_SYNTAX_CHECK(var) if (req->var && php_openssl_config_check_syntax(#var, \ argument
1033 req->config_filename, req->var, req->req_config) == FAILURE) return FAILURE
/PHP-7.0/build/
H A Dlibtool.m41802 …sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/…
4032 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
4079 case $var in
4093 …eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst…
4096 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
/PHP-7.0/ext/phar/tests/
H A Dbug45218_SLOWTESTU.phpt19 var $a;
20 var $count = 1;
H A Dbug45218_SLOWTEST.phpt19 var $a;
20 var $count = 1;
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY1314 change local var. type char* to UChar*.
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt10034 Example: read lines of the form "var = value" from a string.
10038 string var;
10041 while (re.Consume(&input, &var, &value)) {
10045 Each successful call to "Consume" will set "var/value", and also
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic5418 # dBASE IV SQL, no memo;dbv memo var size (Flagship)
9206 # /var/run/ld.so.hints
12945 # File path: /var/lib/mlocate/mlocate.db by default (but configurable)
18360 # From: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c72498 int var, /* One of the COLNAME_* constants */
72505 assert( var<COLNAME_N );
72511 pColName = &(p->aColName[idx+var*p->nResColumn]);
142118 #define GETVARINT_STEP(v, ptr, shift, mask1, mask2, var, ret) \
142120 if( (v & mask2)==0 ){ var = v; return ret; }
142121 #define GETVARINT_INIT(v, ptr, shift, mask1, mask2, var, ret) \
142123 if( (v & mask2)==0 ){ var = v; return ret; }

Completed in 634 milliseconds

1...<<313233343536