Home
last modified time | relevance | path

Searched refs:php_binary (Results 1 – 8 of 8) sorted by relevance

/php-src/scripts/
H A Dphp-config.in41 php_binary="$php_cli_binary"
43 php_binary="$php_cgi_binary"
74 echo $php_binary;;
102 --php-binary [$php_binary]
/php-src/ext/session/tests/
H A Dsession_encode_variation7.phpt8 session.serialize_handler=php_binary
H A Dbug72562.phpt10 ini_set('session.serialize_handler', 'php_binary');
/php-src/main/
H A Dmain_arginfo.h101 …REGISTER_STRING_CONSTANT("PHP_BINARY", PG(php_binary) ? PG(php_binary) : "", CONST_PERSISTENT | CO… in register_main_symbols()
H A Dphp_globals.h85 char *php_binary; member
H A Dphp_ini.c506 if (PG(php_binary)) { in php_init_config()
509 binary_location = estrdup(PG(php_binary)); in php_init_config()
H A Dmain.c402 PG(php_binary) = binary_location; in php_binary_init()
1981 if (core_globals->php_binary) { in core_globals_dtor()
1982 free(core_globals->php_binary); in core_globals_dtor()
/php-src/ext/session/
H A Dsession.c898 PS_SERIALIZER_ENCODE_FUNC(php_binary) /* {{{ */ in PS_SERIALIZER_ENCODE_FUNC() argument
920 PS_SERIALIZER_DECODE_FUNC(php_binary) /* {{{ */ in PS_SERIALIZER_DECODE_FUNC() argument
1044 PS_SERIALIZER_ENTRY(php_binary)

Completed in 24 milliseconds