Lines Matching refs:status_word
772 zend_long status_word; in PHP_FUNCTION() local
775 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { in PHP_FUNCTION()
779 int_status_word = (int) status_word; in PHP_FUNCTION()
793 zend_long status_word; in PHP_FUNCTION() local
796 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { in PHP_FUNCTION()
800 int_status_word = (int) status_word; in PHP_FUNCTION()
813 zend_long status_word; in PHP_FUNCTION() local
816 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { in PHP_FUNCTION()
820 int_status_word = (int) status_word; in PHP_FUNCTION()
832 zend_long status_word; in PHP_FUNCTION() local
835 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { in PHP_FUNCTION()
839 int_status_word = (int) status_word; in PHP_FUNCTION()
853 zend_long status_word; in PHP_FUNCTION() local
856 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { in PHP_FUNCTION()
860 int_status_word = (int) status_word; in PHP_FUNCTION()
873 zend_long status_word; in PHP_FUNCTION() local
876 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { in PHP_FUNCTION()
880 int_status_word = (int) status_word; in PHP_FUNCTION()
893 zend_long status_word; in PHP_FUNCTION() local
896 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { in PHP_FUNCTION()
900 int_status_word = (int) status_word; in PHP_FUNCTION()