Home
last modified time | relevance | path

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

/PHP-7.4/scripts/
H A Dphp-config.in39 php_binary="$php_cli_binary"
41 php_binary="$php_cgi_binary"
61 echo $php_binary;;
87 --php-binary [$php_binary]
/PHP-7.4/ext/session/tests/
H A Dsession_encode_variation7.phpt6 session.serialize_handler=php_binary
H A Dbug72562.phpt8 ini_set('session.serialize_handler', 'php_binary');
/PHP-7.4/main/
H A Dphp_globals.h85 char *php_binary; member
H A Dmain.c430 PG(php_binary) = NULL; in php_binary_init()
467 PG(php_binary) = binary_location; in php_binary_init()
2059 if (core_globals->php_binary) { in core_globals_dtor()
2060 free(core_globals->php_binary); in core_globals_dtor()
2312 if (PG(php_binary)) { in php_module_startup()
2313 …REGISTER_MAIN_STRINGL_CONSTANT("PHP_BINARY", PG(php_binary), strlen(PG(php_binary)), CONST_PERSIST… in php_module_startup()
H A Dphp_ini.c523 if (PG(php_binary)) { in php_init_config()
526 binary_location = estrdup(PG(php_binary)); in php_init_config()
/PHP-7.4/ext/session/
H A Dsession.c888 PS_SERIALIZER_ENCODE_FUNC(php_binary) /* {{{ */ in PS_SERIALIZER_ENCODE_FUNC() argument
910 PS_SERIALIZER_DECODE_FUNC(php_binary) /* {{{ */ in PS_SERIALIZER_DECODE_FUNC() argument
1032 PS_SERIALIZER_ENTRY(php_binary)

Completed in 33 milliseconds