Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 290) sorted by last modified time

12345678910>>...12

/PHP-5.5/win32/build/
H A Dconfutils.js1479 function REMOVE_TARGET(dllname, flag) argument
1485 if (configure_subst.Exists(flag)) {
1486 var targets = configure_subst.Item(flag);
1489 configure_subst.Remove(flag);
1493 configure_subst.Add(flag, targets);
/PHP-5.5/win32/
H A Dinstall.txt1489 compile-time with the --with-config-file-path flag. You would, for
/PHP-5.5/tests/output/
H A Dob_implicit_flush_basic_001.phpt5 /* Prototype : proto void ob_implicit_flush([int flag])
H A Dob_implicit_flush_basic_002.phpt5 /* Prototype : proto void ob_implicit_flush([int flag])
H A Dob_implicit_flush_error_001.phpt5 /* Prototype : proto void ob_implicit_flush([int flag])
16 $flag = 10;
18 var_dump( ob_implicit_flush($flag, $extra_arg) );
H A Dob_implicit_flush_variation_001.phpt5 /* Prototype : void ob_implicit_flush([int flag])
96 // loop through each element of the array for flag
/PHP-5.5/
H A Dserver-tests.php1007 foreach($flags AS $flag) {
1008 system($this->env['CC']." $flag >/dev/null 2>&1", $cc_status);
1010 $compiler = shell_exec($this->env['CC']." $flag 2>&1");
H A Drun-tests.php407 foreach($flags AS $flag) {
408 system(getenv('CC') . " $flag >/dev/null 2>&1", $cc_status);
410 $compiler = shell_exec(getenv('CC') . " $flag 2>&1");
H A Dphp.ini-development824 ; unix or win32 systems, setting this flag will cause PHP to
1431 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
H A Dphp.ini-production824 ; unix or win32 systems, setting this flag will cause PHP to
1431 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
H A Dltmain.sh1797 for flag in $args; do
1799 case $flag in
1801 flag="\"$flag\""
1804 arg="$arg $wl$flag"
1815 for flag in $args; do
1817 case $flag in
1819 flag="\"$flag\""
1822 arg="$arg $wl$flag"
3939 dep_rpath="$dep_rpath $flag"
4493 rpath="$rpath $flag"
[all …]
/PHP-5.5/scripts/dev/
H A Dextern_c.php18 $flag = false;
23 $flag = true;
26 $flag = false;
30 if (!$flag) echo "$file:".($nr+1)." $line";
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2173 ** circumstances that make a lingering close necessary. If the flag
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c2245 int flag = 1; in LSAPI_CreateListenSock2() local
2271 (char *)( &flag ), sizeof(flag)) == 0) in LSAPI_CreateListenSock2()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in516 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m454 for flag in $APXS_CFLAGS; do
55 case $flag in
56 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m453 for flag in $APXS_CFLAGS; do
54 case $flag in
55 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m466 for flag in $APXS_CFLAGS; do
67 case $flag in
68 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-5.5/sapi/apache/
H A Dconfig.m465 for flag in $APXS_CFLAGS; do
66 case $flag in
67 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-5.5/main/
H A Doutput.c1545 long flag = 1; in PHP_FUNCTION() local
1547 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &flag) == FAILURE) { in PHP_FUNCTION()
1551 php_output_set_implicit_flush(flag TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)
/PHP-5.5/ext/zip/lib/
H A Dzip_get_archive_flag.c41 zip_get_archive_flag(struct zip *za, int flag, int flags) in zip_get_archive_flag() argument
47 return (fl & flag) ? 1 : 0; in zip_get_archive_flag()
H A Dzip_set_archive_flag.c41 zip_set_archive_flag(struct zip *za, int flag, int value) in zip_set_archive_flag() argument
46 new_flags = za->ch_flags | flag; in zip_set_archive_flag()
48 new_flags = za->ch_flags & ~flag; in zip_set_archive_flag()
58 if ((flag & ZIP_AFL_RDONLY) && value in zip_set_archive_flag()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.c718 int flag = 1, i, j; in QuickSort() local
727 while(flag) { in QuickSort()
741 else flag = 0; in QuickSort()
H A Dxml_element.c328 #define should_escape(c, flag) ( ((flag & xml_elem_markup_escaping) && markup(c)) || \ in xml_elem_entity_escape() argument
329 ((flag & xml_elem_non_ascii_escaping) && non_ascii(c)) || \ in xml_elem_entity_escape()
330 ((flag & xml_elem_non_print_escaping) && non_print(c)) ) in xml_elem_entity_escape()

Completed in 103 milliseconds

12345678910>>...12